From 4a8e780deb5da5beb4d1cf8050c88055a0d69aff Mon Sep 17 00:00:00 2001 From: rnv Date: Fri, 16 Sep 2011 06:10:02 +0000 Subject: [PATCH] Additional modifications for the "20494: EDF 1123 KERNEL/GUI : Improvment of 'About' dialog box." issue. --- resources/SalomeApp.xml.in | 8 ++++---- src/GEOMGUI/GeometryGUI.cxx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/SalomeApp.xml.in b/resources/SalomeApp.xml.in index ee739d075..dc59f51f5 100644 --- a/resources/SalomeApp.xml.in +++ b/resources/SalomeApp.xml.in @@ -27,16 +27,16 @@ - +
- - + +
- +
diff --git a/src/GEOMGUI/GeometryGUI.cxx b/src/GEOMGUI/GeometryGUI.cxx index 033704512..5d138bbf7 100644 --- a/src/GEOMGUI/GeometryGUI.cxx +++ b/src/GEOMGUI/GeometryGUI.cxx @@ -109,7 +109,7 @@ extern "C" { } Standard_EXPORT char* getModuleVersion() { - return GEOM_VERSION_STR; + return (char*)GEOM_VERSION_STR; } } -- 2.39.2