From e16f2fe9c0c61076c2113e87b43c2f01e70c50a9 Mon Sep 17 00:00:00 2001 From: Olli-Pekka Kahilakoski Date: Mon, 2 Aug 2021 15:55:22 +0300 Subject: [PATCH] Revert "FIX: Locale problem crashing with Windows 10 and certain locales (#283)" --- app.py | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/app.py b/app.py index 0ee481b..d45e6c3 100644 --- a/app.py +++ b/app.py @@ -106,7 +106,6 @@ 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