We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd55f27 commit 596db65Copy full SHA for 596db65
1 file changed
deeplabcut/gui/launch_script.py
@@ -42,5 +42,6 @@ def __init__(self):
42
43
def launch_dlc():
44
app = wx.App()
45
+ app.locale = wx.Locale(wx.LANGUAGE_ENGLISH)
46
frame = MainFrame().Show()
- app.MainLoop()
47
+ app.MainLoop()
0 commit comments