From: vsr Date: Fri, 9 Sep 2005 09:11:09 +0000 (+0000) Subject: Fix a bug (bad SALOME version number is used). X-Git-Tag: V3_1_0a1~33 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cec0bd96a4e005a7d4d86e104ca2e37cc447715f;p=modules%2Fgui.git Fix a bug (bad SALOME version number is used). --- diff --git a/src/ResExporter/ResourceExporter.cxx b/src/ResExporter/ResourceExporter.cxx index 3cd9a1cea..29922a2cd 100644 --- a/src/ResExporter/ResourceExporter.cxx +++ b/src/ResExporter/ResourceExporter.cxx @@ -96,7 +96,6 @@ int main( int argc, char** argv ) if ( argc > 1 ) { SUIT_ResourceMgr* resMgr = new SUIT_ResourceMgr( QString( "SalomeApp" ), QString( "%1Config" ) ); resMgr->setVersion( salomeVersion() ); - resMgr->setVersion( QString( "3.0.0" )); resMgr->setCurrentFormat( QString( "xml" ) ); resMgr->loadLanguage(); for ( int i = 1; i < argc; i ++ ) {