Salome HOME
Incorrect name of Remove Elements dialog box
authordmv <dmv@opencascade.com>
Tue, 7 Oct 2008 13:09:47 +0000 (13:09 +0000)
committerdmv <dmv@opencascade.com>
Tue, 7 Oct 2008 13:09:47 +0000 (13:09 +0000)
src/SMESHGUI/SMESHGUI_RemoveElementsDlg.cxx

index f9689c657525568361b4bf86a709b9b487061322..f4aaf0737f12f5749fc1fc1d1d22eaa315cf16e6 100644 (file)
@@ -85,7 +85,7 @@ SMESHGUI_RemoveElementsDlg
 {
   setModal( false );
   setAttribute( Qt::WA_DeleteOnClose, true );
-  setWindowTitle(tr("SMESH_REMOVE_NODES_TITLE"));
+  setWindowTitle(tr("SMESH_REMOVE_ELEMENTS_TITLE"));
   setSizeGripEnabled(true);
   
   QPixmap image0 (SMESH::GetResourceMgr( mySMESHGUI )->loadPixmap("SMESH", tr("ICON_DLG_REM_ELEMENT")));