X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_MeshOrderDlg.h;h=a85e439a144c8e912a7c7115436f4a471b8d568a;hb=4002febb8b27c5d1bb1817183d1f046096ecb8f6;hp=dce14acab65dda781e0549c8e1f3755371270685;hpb=a17b36970bc61da1d664453c615754997c925b18;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_MeshOrderDlg.h b/src/SMESHGUI/SMESHGUI_MeshOrderDlg.h index dce14acab..a85e439a1 100644 --- a/src/SMESHGUI/SMESHGUI_MeshOrderDlg.h +++ b/src/SMESHGUI/SMESHGUI_MeshOrderDlg.h @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2020 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: