Fixed file naming template
This commit is contained in:
parent
e787d33e5a
commit
df583e73c2
2 changed files with 34 additions and 16 deletions
|
|
@ -140,12 +140,11 @@ namespace LibationWinForms.Dialogs
|
|||
richTextBox1.SelectionFont = reg;
|
||||
|
||||
if (isChapterTitle)
|
||||
{
|
||||
richTextBox1.SelectionFont = bold;
|
||||
|
||||
richTextBox1.AppendText(chapterTitle);
|
||||
|
||||
if (isChapterTitle)
|
||||
richTextBox1.AppendText(chapterTitle);
|
||||
return;
|
||||
}
|
||||
|
||||
richTextBox1.AppendText(slashWrap(books));
|
||||
richTextBox1.AppendText(sing);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue