From: rnv Date: Tue, 13 Sep 2016 13:59:45 +0000 (+0300) Subject: Fix regression (Wissam's HASSAN request by e-mail). X-Git-Tag: V8_2_0a1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?p=tools%2Fyacsgen.git;a=commitdiff_plain;h=83da76c70f201ea117b9dc7d554deebcf32ce776 Fix regression (Wissam's HASSAN request by e-mail). --- diff --git a/module_generator/hxxcompo.py b/module_generator/hxxcompo.py index 247b9f1..3202027 100644 --- a/module_generator/hxxcompo.py +++ b/module_generator/hxxcompo.py @@ -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",