Revert "Try resetting locale on wx 4.0.6 as an attempt to work around #2174"

This reverts commit ea07bbf4f9.
This commit is contained in:
DarkPhoenix
2020-04-24 15:10:33 +03:00
parent 21ea9ce579
commit 4e10335ae7

View File

@@ -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)