Corection.

This commit is contained in:
mzn 2005-06-24 07:43:34 +00:00
parent 8d1d443243
commit 65854639b9

View File

@ -2430,7 +2430,7 @@ void SMESHGUI::createSMESHAction( const int id, const QString& po_id, const QStr
if ( icon_id.length() ) if ( icon_id.length() )
pix = resMgr->loadPixmap( "SMESH", tr( icon_id ) ); pix = resMgr->loadPixmap( "SMESH", tr( icon_id ) );
else else
pix = resMgr->loadPixmap( "SMESH", tr( QString( "ICO_" )+po_id ) ); pix = resMgr->loadPixmap( "SMESH", tr( QString( "ICO_" )+po_id ), false );
if ( !pix.isNull() ) if ( !pix.isNull() )
icon = QIconSet( pix ); icon = QIconSet( pix );