From 4e10335ae7395b384dbdfe8b5df4217ab066023f Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Fri, 24 Apr 2020 15:10:33 +0300 Subject: [PATCH] Revert "Try resetting locale on wx 4.0.6 as an attempt to work around #2174" This reverts commit ea07bbf4f9eb7cf2a2752944618974a6aa57ebc3. --- pyfa.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyfa.py b/pyfa.py index fbc9bde1d..fbee4220b 100755 --- a/pyfa.py +++ b/pyfa.py @@ -140,7 +140,6 @@ if __name__ == "__main__": options.title = "pyfa %s - Python Fitting Assistant" % (config.getVersion()) pyfa = wx.App(False) - pyfa.ResetLocale() mf = MainFrame(options.title) ErrorHandler.SetParent(mf)