Minor improvements in dialog destroying an a few strings modified

This commit is contained in:
2016-02-25 05:08:56 -06:00
parent b0b3086540
commit f3ae5204d8
3 changed files with 7 additions and 4 deletions

View File

@@ -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()