Connected the last items added to preferences gui to config

This commit is contained in:
Veronica K. B. Olsen
2019-06-10 23:14:53 +02:00
parent 8fd7d8c666
commit 4aa6e25acd
3 changed files with 39 additions and 7 deletions
+9 -1
View File
@@ -76,12 +76,20 @@ class nwQuotes():
SINGLE = [
("'", "'", "Straight"),
("", "", "English"),
("", "", "French"),
("", "", "Danish"),
("", "", "Swedish"),
("", "", "German"),
("", "", "Dutch"),
]
DOUBLE = [
("\"", "\"", "Straight"),
("", "", "English"),
("«", "»", "Frensh"),
("«", "»", "French"),
("»", "«", "Danish"),
("", "", "Swedish"),
("", "", "German"),
("", "", "Dutch"),
]
# END Class nwQuotes