Salome HOME
NRI : loadPixmap( "SMESH", ...) instead of "SMESHGUI".
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_NbSegmentsDlg.cxx
index aa68263836480547bcc98936393c771658e76458..407a9119e734866f0ec3566394b8767c73ebaabe 100644 (file)
@@ -40,7 +40,7 @@ using namespace std;
 SMESHGUI_NbSegmentsDlg::SMESHGUI_NbSegmentsDlg( QWidget* parent, const char* name, bool modal, WFlags fl )
     : QDialog( parent, name, modal, WStyle_Customize | WStyle_NormalBorder | WStyle_Title | WStyle_SysMenu )
 {
-    QPixmap image0(QAD_Desktop::getResourceManager()->loadPixmap( "SMESHGUI",tr("ICON_DLG_NB_SEGMENTS")));
+    QPixmap image0(QAD_Desktop::getResourceManager()->loadPixmap( "SMESH",tr("ICON_DLG_NB_SEGMENTS")));
     
     if ( !name )
       setName( "SMESHGUI_NbSegmentsDlg" );