From: BenoƮt Fontaine Date: Sun, 25 Feb 2018 18:42:27 +0000 (+0100) Subject: rewrite quit button after connection with new lang X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=2554c0e890c10248be624409708583685cdd645d;p=gamesguru%2Fgetmyancestors.git rewrite quit button after connection with new lang --- diff --git a/gui.py b/gui.py index a1330f6..5eab306 100644 --- a/gui.py +++ b/gui.py @@ -229,8 +229,9 @@ class Gui(Frame): self.info('') self.sign_in.destroy() self.options.pack() - self.options.start_indis.add_indi(self.fs.get_userid()) + self.btn_quit.config(text=_('Quit')) self.btn_valid.config(command=self.command_in_thread(self.download), state='normal', text=_('Download')) + self.options.start_indis.add_indi(self.fs.get_userid()) self.update_needed = False def quit(self):