This commit is contained in:
torzdf 2020-10-24 00:31:57 +01:00
parent b7ecad058d
commit 42d10bc991

View File

@ -135,7 +135,7 @@ class _ConfigurePlugins(tk.Toplevel):
self._tree.focus(select)
self._select_item(0)
self.title("Congigure Settings")
self.title("Configure Settings")
self.tk.call('wm', 'iconphoto', self._w, get_images().icons["favicon"])
self.protocol("WM_DELETE_WINDOW", _STATE.close_popup)