From: jfa Date: Fri, 3 Dec 2010 11:44:23 +0000 (+0000) Subject: Mantis issue 0020939: EDF 1513 GEOM: To have in the GUI the function GetSharedShapes(). X-Git-Tag: V6_2_0a1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9d4133b184571b92f8daccea180f854a60d2e28e;p=modules%2Fgeom.git Mantis issue 0020939: EDF 1513 GEOM: To have in the GUI the function GetSharedShapes(). --- diff --git a/src/OperationGUI/OperationGUI_GetSharedShapesDlg.cxx b/src/OperationGUI/OperationGUI_GetSharedShapesDlg.cxx index e4910dff1..fae221528 100644 --- a/src/OperationGUI/OperationGUI_GetSharedShapesDlg.cxx +++ b/src/OperationGUI/OperationGUI_GetSharedShapesDlg.cxx @@ -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;