PLCOpenEditor.py
changeset 537 a31bf722aa82
parent 535 08f32198e932
child 538 8c7605bbf673
--- a/PLCOpenEditor.py	Thu Apr 21 15:15:57 2011 +0200
+++ b/PLCOpenEditor.py	Thu Apr 21 16:06:33 2011 +0200
@@ -83,7 +83,7 @@
 # Get folder containing translation files
 localedir = os.path.join(CWD,"locale")
 # Get the default language
-langid = wx.LANGUAGE_SPANISH#wx.LANGUAGE_DEFAULT
+langid = wx.LANGUAGE_DEFAULT
 # Define translation domain (name of translation files)
 domain = "PLCOpenEditor"