i18n/mki18n.py
branchpython3
changeset 3793 9958cf865da0
parent 3752 9f6f46dbe3ae
--- a/i18n/mki18n.py	Wed Apr 12 19:32:38 2023 +0200
+++ b/i18n/mki18n.py	Wed Apr 12 21:05:00 2023 +0200
@@ -120,10 +120,7 @@
 def getlanguageDict():
     languageDict = {}
     getSupportedLanguageDict('Beremiz')
-    if wx.VERSION >= (3, 0, 0):
-        _app = wx.App()
-    else:
-        _app = wx.PySimpleApp()
+    _app = wx.App()
 
     for lang in [x for x in dir(wx) if x.startswith("LANGUAGE")]:
         i = wx.Locale(wx.LANGUAGE_DEFAULT).GetLanguageInfo(getattr(wx, lang))