i18n/mki18n.py
changeset 1847 6198190bc121
parent 1844 b126c2f61bb6
child 1881 091005ec69c4
--- a/i18n/mki18n.py	Tue Oct 03 16:31:31 2017 +0300
+++ b/i18n/mki18n.py	Thu Oct 05 16:38:49 2017 +0300
@@ -99,9 +99,9 @@
     languageDict = {}
 
     if wx.VERSION >= (3, 0, 0):
-        app = wx.App()
-    else:
-        app = wx.PySimpleApp()
+        _app = wx.App()
+    else:
+        _app = wx.PySimpleApp()
 
     for lang in [x for x in dir(wx) if x.startswith("LANGUAGE")]:
         i = wx.Locale(wx.LANGUAGE_DEFAULT).GetLanguageInfo(getattr(wx, lang))