diff --git a/app.py b/app.py index 36bc27a..4b4bb4f 100644 --- a/app.py +++ b/app.py @@ -106,6 +106,7 @@ class InVesalius(wx.App): from multiprocessing import freeze_support freeze_support() + self.ResetLocale() self.SetAppName("InVesalius 3") self.splash = Inv3SplashScreen() self.splash.Show() -- libgit2 0.21.2