]> SALOME platform Git repositories - modules/homard.git/blobdiff - src/HOMARDGUI/MonEditListGroup.cxx
Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/homard.git] / src / HOMARDGUI / MonEditListGroup.cxx
index 40ee236b4c5653d67e682f98056a2f07c747cbe5..691c0aa5a557254eaf7fde50920ba6831ddd325e 100644 (file)
@@ -1,20 +1,39 @@
+// Copyright (C) 2011-2012  CEA/DEN, EDF R&D
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
+
 using namespace std;
 
 #include "MonEditListGroup.h"
 #include <utilities.h>
 
 //---------------------------------------------------------------------
-MonEditListGroup::MonEditListGroup( MonCreateHypothesis* parentHyp, 
-                                    MonCreateBoundaryDi* parentBound, 
-                                    bool modal, 
-                                    HOMARD::HOMARD_Gen_var myHomardGen, 
-                                    QString aCaseName,  
+MonEditListGroup::MonEditListGroup( MonCreateHypothesis* parentHyp,
+                                    MonCreateBoundaryDi* parentBound,
+                                    bool modal,
+                                    HOMARD::HOMARD_Gen_var myHomardGen,
+                                    QString aCaseName,
                                     QStringList listeGroupesHypo):
 //---------------------------------------------------------------------
 MonCreateListGroup(parentHyp,parentBound,myHomardGen,aCaseName,listeGroupesHypo)
 {
   MESSAGE("Debut de MonEditListGroup");
-  setWindowTitle("Edit ListGroup");
+    setWindowTitle(QObject::tr("HOM_GROU_EDIT_WINDOW_TITLE"));
   setModal(true);
   InitGroupes();
 }