Salome HOME
Fix regression (Wissam's HASSAN request by e-mail).
authorrnv <rnv@opencascade.com>
Tue, 13 Sep 2016 13:59:45 +0000 (16:59 +0300)
committerrnv <rnv@opencascade.com>
Tue, 13 Sep 2016 14:01:39 +0000 (17:01 +0300)
module_generator/hxxcompo.py

index 247b9f14ee64b7131d7e6a39b15805058f0040bc..32020277b1d87be5877c76f15a9f11a753ecffe1 100644 (file)
@@ -459,7 +459,8 @@ class HXX2SALOMEComponent(Component):
       gui_xml_fr=hxxgui_xml_fr.substitute(component_name=self.name)
       gui_xml_en=hxxgui_xml_en.substitute(component_name=self.name)
       gui_salomeapp_gen=cppsalomeapp.substitute(module=self.name,
-                                                lmodule=self.name.lower())
+                                                lmodule=self.name.lower(),
+                                                version="V0")
       # for a salome component generated by hxx2salome from a c++ component, 
       # the documentation points at the c++ component documentation
       salome_doc_path=os.path.join("%"+self.name+"_ROOT_DIR%","share",