I think this wx.Locale() may be unnecessary now that InitLocal has been rewritten...

This commit is contained in:
Robin Dunn
2021-01-18 15:38:44 -08:00
parent ec12b059d7
commit 13cc5db688

View File

@@ -2720,7 +2720,6 @@ def main():
except:
pass
app = MyApp(False)
locale = wx.Locale(wx.LANGUAGE_DEFAULT)
app.MainLoop()
#---------------------------------------------------------------------------