X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_MeshOrderDlg.cxx;h=edcd16587ca65542113b156f0e12727f1663fa7a;hp=4feeca8da3c818da0352f49f080f17c8a58ab70e;hb=9bbf8d875f367dcb612a39a0d002a8a592ded4d4;hpb=5d68554076bbca0e1e95fb0db215a6c2b84b6c54;ds=sidebyside diff --git a/src/SMESHGUI/SMESHGUI_MeshOrderDlg.cxx b/src/SMESHGUI/SMESHGUI_MeshOrderDlg.cxx index 4feeca8da..edcd16587 100644 --- a/src/SMESHGUI/SMESHGUI_MeshOrderDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_MeshOrderDlg.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 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 @@ -122,7 +122,7 @@ static void addMeshItem( QListWidget* theList, // ========================================================================================= /*! - * \brief Clear submesh names and indeces + * \brief Clear submesh names and indices */ // ========================================================================================= @@ -134,7 +134,7 @@ void SMESHGUI_MeshOrderBox::Clear() // ========================================================================================= /*! - * \brief Set submesh names and indeces + * \brief Set submesh names and indices */ // ========================================================================================= @@ -159,7 +159,7 @@ void SMESHGUI_MeshOrderBox::SetMeshes(const ListListName& theMeshNames, // ========================================================================================= /*! - * \brief cehck that item exists and not a separator + * \brief check that item exists and not a separator */ // ========================================================================================= @@ -191,7 +191,7 @@ ListListId SMESHGUI_MeshOrderBox::GetMeshIds() const // ========================================================================================= /*! - * \brief Returns result (ordered by user) mesh indeces + * \brief Returns result (ordered by user) mesh indices */ // ========================================================================================= @@ -293,7 +293,7 @@ bool SMESHGUI_MeshOrderBox:: IsOrderChanged() const // ========================================================================================= SMESHGUI_MeshOrderDlg::SMESHGUI_MeshOrderDlg(QWidget* theParent) -: SMESHGUI_Dialog( theParent, false, false, OK | Cancel | Help ) +: SMESHGUI_Dialog( theParent, true, true, OK | Cancel | Help ) { setWindowTitle( tr( "SMESH_MESHORDER_TITLE") ); QFrame* main = mainFrame();