We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab44e0 commit 3f63386Copy full SHA for 3f63386
1 file changed
keymapper/easykeymap/gui/easyapp.py
@@ -2,7 +2,7 @@
2
# -*- coding: UTF-8 -*-
3
#
4
# Easy AVR USB Keyboard Firmware Keymapper
5
-# Copyright (C) 2018 David Howland
+# Copyright (C) 2018-2021 David Howland
6
7
# This program is free software; you can redistribute it and/or modify
8
# it under the terms of the GNU General Public License as published by
@@ -31,6 +31,7 @@ def OnInit(self):
31
self.SetVendorName("dhowland")
32
self.SetAppName("easykeymap")
33
self.SetClassName("easykeymap")
34
+ wx.Locale().Init(wx.LANGUAGE_ENGLISH_US)
35
main_frame = MainFrame(None)
36
self.SetTopWindow(main_frame)
37
main_frame.Show(True)
0 commit comments