diff options
Diffstat (limited to 'lib/extensions/params.py')
| -rw-r--r-- | lib/extensions/params.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extensions/params.py b/lib/extensions/params.py index b60183e5..df62128f 100644 --- a/lib/extensions/params.py +++ b/lib/extensions/params.py @@ -411,7 +411,7 @@ class ParamsTab(ScrolledPanel): class SettingsFrame(wx.Frame): def __init__(self, *args, **kwargs): # This is necessary because of https://github.com/inkstitch/inkstitch/issues/1186 - if sys.platform.startswith('win32'): + if sys.platform.startswith('win'): import locale locale.setlocale(locale.LC_ALL, "C") lc = wx.Locale() |
