mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
Incorrect name of Remove Elements dialog box
This commit is contained in:
parent
266ebccd54
commit
d5860b4fde
@ -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")));
|
||||
|
Loading…
Reference in New Issue
Block a user