mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 11:18:08 -06:00
The spell checker now really works
This commit is contained in:
parent
ae6d5b38dd
commit
f8c2ac7468
@ -36,8 +36,8 @@ class spellChecker(object):
|
||||
widgetUtils.connect_event(self.dialog.replace, widgetUtils.BUTTON_PRESSED, self.replace)
|
||||
widgetUtils.connect_event(self.dialog.replaceAll, widgetUtils.BUTTON_PRESSED, self.replaceAll)
|
||||
self.check()
|
||||
if self.dialog.get_response() == widgetUtils.OK:
|
||||
self.fixed_text = self.checker.get_text()
|
||||
self.dialog.get_response()
|
||||
self.fixed_text = self.checker.get_text()
|
||||
|
||||
def check(self):
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user