Commit e16f2fe9c0c61076c2113e87b43c2f01e70c50a9

Authored by Olli-Pekka Kahilakoski
1 parent ee0aec22
Exists in master

Revert "FIX: Locale problem crashing with Windows 10 and certain locales (#283)"

This reverts commit 30ae50b1b29bb0d9c331971f0190fe7b5332e12b.
Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
app.py
... ... @@ -106,7 +106,6 @@ class InVesalius(wx.App):
106 106 from multiprocessing import freeze_support
107 107 freeze_support()
108 108  
109   - self.ResetLocale()
110 109 self.SetAppName("InVesalius 3")
111 110 self.splash = Inv3SplashScreen()
112 111 self.splash.Show()
... ...