Minor improvements in dialog destroying an a few strings modified
This commit is contained in:
@@ -66,4 +66,8 @@ class spellChecker(object):
|
||||
|
||||
def replaceAll(self, ev):
|
||||
self.checker.replace_always(self.dialog.get_selected_suggestion())
|
||||
self.check()
|
||||
self.check()
|
||||
|
||||
def clean(self):
|
||||
if hasattr(self, "dialog"):
|
||||
self.dialog.Destroy()
|
Reference in New Issue
Block a user