Incorrect name of Remove Elements dialog box

This commit is contained in:
dmv 2008-10-07 13:09:47 +00:00
parent 266ebccd54
commit d5860b4fde

View 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")));