From 9d4133b184571b92f8daccea180f854a60d2e28e Mon Sep 17 00:00:00 2001 From: jfa Date: Fri, 3 Dec 2010 11:44:23 +0000 Subject: [PATCH] Mantis issue 0020939: EDF 1513 GEOM: To have in the GUI the function GetSharedShapes(). --- src/OperationGUI/OperationGUI_GetSharedShapesDlg.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.39.2