From: vsr Date: Tue, 13 Sep 2005 10:20:05 +0000 (+0000) Subject: Fix a bug : wrong dialog icon name X-Git-Tag: V3_1_0a1~26 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d9fe6bf781579e3358c6a4fe19b5d6e9476aeba0;p=modules%2Fgui.git Fix a bug : wrong dialog icon name --- diff --git a/src/SalomeApp/SalomeApp_AboutDlg.cxx b/src/SalomeApp/SalomeApp_AboutDlg.cxx index 634ea271e..0caea52a7 100644 --- a/src/SalomeApp/SalomeApp_AboutDlg.cxx +++ b/src/SalomeApp/SalomeApp_AboutDlg.cxx @@ -19,7 +19,7 @@ SalomeApp_AboutDlg::SalomeApp_AboutDlg( const QString& defName, const QString& d { SUIT_ResourceMgr* resMgr = SUIT_Session::session()->resourceMgr(); - QPixmap ico = resMgr->loadPixmap( "SalomeApp", tr( "ICO_ABOUT" ), false ); + QPixmap ico = resMgr->loadPixmap( "SalomeApp", tr( "APP_DEFAULT_ICO" ), false ); if ( !ico.isNull() ) setIcon( ico );