X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_MeshOrderDlg.h;h=1992fe0fb02124d426fc3824c026368a73d0beaa;hb=0a237be4b91b6db526b340c534f40a385d6d65ab;hp=b428c7a4a92442e28b8e6fb3d11bc0634a4b4a8c;hpb=7a65c9fad427b1ccba6b9ccae612296e5092a324;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_MeshOrderDlg.h b/src/SMESHGUI/SMESHGUI_MeshOrderDlg.h index b428c7a4a..1992fe0fb 100644 --- a/src/SMESHGUI/SMESHGUI_MeshOrderDlg.h +++ b/src/SMESHGUI/SMESHGUI_MeshOrderDlg.h @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 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 @@ -57,7 +57,7 @@ class SMESHGUI_EXPORT SMESHGUI_MeshOrderBox : public QGroupBox //! Clear mesh box void Clear(); - //! Set mesh (submesh) names and indeces + //! Set mesh (submesh) names and indices void SetMeshes(const ListListName& theMeshNames, const ListListId& theMeshIds); @@ -66,7 +66,7 @@ class SMESHGUI_EXPORT SMESHGUI_MeshOrderBox : public QGroupBox //! Returns result (ordered by user) mesh names ListListId GetMeshIds() const; - //! Returns result (ordered by user) mesh indeces + //! Returns result (ordered by user) mesh indices ListListName GetMeshNames() const; private slots: