From d5860b4fde4322fd296a43a4cac2fd5e40ad5339 Mon Sep 17 00:00:00 2001 From: dmv Date: Tue, 7 Oct 2008 13:09:47 +0000 Subject: [PATCH] Incorrect name of Remove Elements dialog box --- src/SMESHGUI/SMESHGUI_RemoveElementsDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SMESHGUI/SMESHGUI_RemoveElementsDlg.cxx b/src/SMESHGUI/SMESHGUI_RemoveElementsDlg.cxx index f9689c657..f4aaf0737 100644 --- a/src/SMESHGUI/SMESHGUI_RemoveElementsDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_RemoveElementsDlg.cxx @@ -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"))); -- 2.30.2