diff -r 288324dddfb8 -r a31bf722aa82 PLCOpenEditor.py --- 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"