Commit 633bb10180925983a2858b5a7f965839ed2b8085

Authored by Victor Hugo Souza
Committed by GitHub
2 parents ee0aec22 e16f2fe9
Exists in master

Merge pull request #303 from connect2brain/revert-broken-locale-fix

Revert "FIX: Locale problem crashing with Windows 10 and certain locales (#283)"
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()
... ...