Finish the word list dialog and make it possible to reload the user dictionary with pyenchant
This commit is contained in:
+1
-1
@@ -1029,7 +1029,7 @@ class GuiMain(QMainWindow):
|
||||
|
||||
if dlgWords.result() == QDialog.Accepted:
|
||||
logger.debug("Reloading word list")
|
||||
# ToDo
|
||||
self.docEditor.setDictionaries()
|
||||
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user