PLCOpenEditor.py
changeset 1388 67c9a9482d24
parent 1330 96b242e4c59d
child 1451 94e620cbd9de
--- a/PLCOpenEditor.py	Mon Jan 20 11:04:19 2014 +0100
+++ b/PLCOpenEditor.py	Sun Jan 26 13:18:29 2014 +0100
@@ -62,21 +62,10 @@
     # Windows) 
     app = wx.PySimpleApp()
 
+    from util.misc import InstallLocalRessources
+    InstallLocalRessources(CWD)
+
 from docutil import *
-
-from util.TranslationCatalogs import AddCatalog
-from util.BitmapLibrary import AddBitmapFolder, GetBitmap
-
-AddCatalog(os.path.join(CWD, "locale"))
-AddBitmapFolder(os.path.join(CWD, "images"))
-
-if __name__ == '__main__':
-    # Import module for internationalization
-    import gettext
-    import __builtin__
-    
-    __builtin__.__dict__['_'] = wx.GetTranslation
-
 from IDEFrame import IDEFrame, AppendMenu
 from IDEFrame import TITLE, EDITORTOOLBAR, FILEMENU, EDITMENU, DISPLAYMENU, PROJECTTREE, POUINSTANCEVARIABLESPANEL, LIBRARYTREE, PAGETITLES
 from IDEFrame import EncodeFileSystemPath, DecodeFileSystemPath