From: rnv Date: Fri, 16 Sep 2011 06:23:48 +0000 (+0000) Subject: Additional modifications for the "20494: EDF 1123 KERNEL/GUI : Improvment of 'About... X-Git-Tag: V6_main_20110919 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4ac4fdcd5b38738610d0f7a88ef3e58e66b7fa81;p=modules%2Fvisu.git Additional modifications for the "20494: EDF 1123 KERNEL/GUI : Improvment of 'About' dialog box." issue. --- diff --git a/resources/SalomeApp.xml.in b/resources/SalomeApp.xml.in index a478ea7a..1475871c 100644 --- a/resources/SalomeApp.xml.in +++ b/resources/SalomeApp.xml.in @@ -26,7 +26,7 @@ - + @@ -139,8 +139,8 @@ - - + + @@ -152,8 +152,8 @@ - - + + @@ -163,8 +163,8 @@ - - + + @@ -199,11 +199,11 @@
- - + +
- +
diff --git a/src/VISUGUI/VisuGUI_Factory.cxx b/src/VISUGUI/VisuGUI_Factory.cxx index 7c97b09e..9e939d6d 100644 --- a/src/VISUGUI/VisuGUI_Factory.cxx +++ b/src/VISUGUI/VisuGUI_Factory.cxx @@ -53,7 +53,7 @@ VISU_VISUGUI_EXPORT VISU_VISUGUI_EXPORT char* getModuleVersion() { - return VISU_VERSION_STR; + return (char*)VISU_VERSION_STR; } }