From: stv Date: Fri, 16 Feb 2007 08:00:42 +0000 (+0000) Subject: no message X-Git-Tag: For_HDF~36 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1191684e839424a3ee0b1df7aa19280562ce8492;p=modules%2Fgui.git no message --- diff --git a/src/SUITApp/SUITApp.cxx b/src/SUITApp/SUITApp.cxx index c21abb441..aef3ce308 100644 --- a/src/SUITApp/SUITApp.cxx +++ b/src/SUITApp/SUITApp.cxx @@ -108,7 +108,7 @@ public: SUIT_ResourceMgr* resMgr = 0; if ( myIniFormat ) { - resMgr = new SUIT_ResourceMgr( appName ); + resMgr = new SUIT_ResourceMgr( appName, QString( "%1Config" ) ); resMgr->setCurrentFormat( "ini" ); } else