Simplify build settings dialog

This commit is contained in:
Veronica Berglyd Olsen
2023-05-22 16:25:33 +02:00
parent a212900554
commit 0a2355488e
4 changed files with 50 additions and 84 deletions
+6 -6
View File
@@ -205,13 +205,13 @@ class nwLabels:
class nwHeadingFormats:
TITLE = "{Title}"
CH_NUM = "{Chapter}"
TITLE = "{Title}"
CH_NUM = "{Chapter}"
CH_WORD = "{Chapter:Word}"
CH_ROMU = "{Chapter:RomanU}"
CH_ROML = "{Chapter:RomanL}"
SC_NUM = "{Scene}"
SC_ABS = "{Scene:Abs}"
CH_ROMU = "{Chapter:URoman}"
CH_ROML = "{Chapter:LRoman}"
SC_NUM = "{Scene}"
SC_ABS = "{Scene:Abs}"
# END Class nwHeadingFormats