diff -r d9f3b1439865 -r dbc40938587e PluginExtensionCorba.py --- 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.