mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 10:08:35 +05:00
Mantis issue 0020939: EDF 1513 GEOM: To have in the GUI the function GetSharedShapes().
This commit is contained in:
parent
fc6914d846
commit
9d4133b184
@ -301,8 +301,7 @@ GEOM::GEOM_IOperations_ptr OperationGUI_GetSharedShapesDlg::createOperation()
|
||||
bool OperationGUI_GetSharedShapesDlg::isValid (QString& msg)
|
||||
{
|
||||
if (myListShapes.length() < 2) {
|
||||
//msg = "Too few shapes selected";
|
||||
msg = "MSG_SHARED_SHAPES_TOO_FEW_SHAPES";
|
||||
msg = tr("MSG_SHARED_SHAPES_TOO_FEW_SHAPES");
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user