PluginExtensionCorba.py

changeset 6
dbc40938587e
parent 4
ff4fc402f193
child 10
c88be5019d60
--- a/PluginExtensionCorba.py	Sun Dec 04 15:02:47 2022 +0100
+++ b/PluginExtensionCorba.py	Wed Dec 07 13:08:40 2022 +0100
@@ -21,7 +21,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "10.0.0"
+version = "10.0.1"
 className = "CorbaExtensionPlugin"
 packageName = "ExtensionCorba"
 shortDescription = "Support for the development of CORBA projects"
@@ -151,6 +151,9 @@
             "omniidl": "",
         }
 
+        self.__translator = None
+        self.__loadTranslator()
+
     def __initialize(self):
         """
         Private slot to (re)initialize the plugin.

eric ide

mercurial