From 4ac4fdcd5b38738610d0f7a88ef3e58e66b7fa81 Mon Sep 17 00:00:00 2001 From: rnv Date: Fri, 16 Sep 2011 06:23:48 +0000 Subject: [PATCH] Additional modifications for the "20494: EDF 1123 KERNEL/GUI : Improvment of 'About' dialog box." issue. --- resources/SalomeApp.xml.in | 20 ++++++++++---------- src/VISUGUI/VisuGUI_Factory.cxx | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) 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; } } -- 2.39.2