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)