Salome HOME
Fix mixed Python dump of a new and a closed study
[modules/smesh.git] / src / StdMeshersGUI / StdMeshersGUI_QuadrangleParamWdg.h
index 539c8316788c44c4cc9a1cb491f521989f6ebd82..e80223a243b47a64d9f3983f6fc65a864dba09a6 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // 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.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -109,7 +109,7 @@ class STDMESHERSGUI_EXPORT StdMeshersGUI_QuadrangleParamWdg : public QWidget
   void typeChanged(int);
 
  private:
-  QButtonGroup* myType; // Quadranle preference, Triangle preference, Reduced
+  QButtonGroup* myType; // Quadrangle preference, Triangle preference, Reduced
 };
 
 //================================================================================