From: rnv Date: Fri, 16 Sep 2011 06:22:33 +0000 (+0000) Subject: Additional modifications for the "20494: EDF 1123 KERNEL/GUI : Improvment of 'About... X-Git-Tag: V6_4_0a1~74 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d5627df2d4adbe3c485ade207e765be2eb50c9b8;p=modules%2Fsmesh.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 133192ed8..664c824b5 100644 --- a/resources/SalomeApp.xml.in +++ b/resources/SalomeApp.xml.in @@ -26,7 +26,7 @@ - + @@ -93,21 +93,21 @@
- - + +
- - + + - - - - - + + + + +
diff --git a/src/SMESHGUI/SMESHGUI.cxx b/src/SMESHGUI/SMESHGUI.cxx index 5d37f2aeb..2fab51464 100644 --- a/src/SMESHGUI/SMESHGUI.cxx +++ b/src/SMESHGUI/SMESHGUI.cxx @@ -1593,7 +1593,7 @@ extern "C" { } SMESHGUI_EXPORT char* getModuleVersion() { - return SMESH_VERSION_STR; + return (char*)SMESH_VERSION_STR; } }