X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FVISUGUI%2FVisuGUI_ClippingDlg.cxx;h=2c9f7f1bb2f2f628096e2f1f4d177d1bc0c17d25;hb=953451df51750a1d9910c0325f01d5ca7b6e0330;hp=f5891a70076054ab25dbd8e410e52f54216c4e61;hpb=6b23788a4546d5a40a32ed51f4604c7c445fe198;p=modules%2Fvisu.git diff --git a/src/VISUGUI/VisuGUI_ClippingDlg.cxx b/src/VISUGUI/VisuGUI_ClippingDlg.cxx index f5891a70..2c9f7f1b 100644 --- a/src/VISUGUI/VisuGUI_ClippingDlg.cxx +++ b/src/VISUGUI/VisuGUI_ClippingDlg.cxx @@ -1,3 +1,22 @@ +// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, +// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS +// +// 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/ +// #include "VisuGUI_ClippingDlg.h" @@ -9,7 +28,7 @@ #include "VISU_PipeLine.hxx" -#include "SalomeApp_SelectionMgr.h" +#include "LightApp_SelectionMgr.h" #include "SVTK_ViewWindow.h" @@ -44,6 +63,7 @@ #include #include #include +#include // OCCT Includes #include @@ -55,7 +75,7 @@ namespace VISU { { if (theValue.isEmpty()) return theDefault; SUIT_ResourceMgr* aResourceMgr = VISU::GetResourceMgr(); - QString aValue = aResourceMgr->stringValue(theValue); + QString aValue = aResourceMgr->stringValue("VISU",theValue); if (aValue.isEmpty()) return theDefault; return aValue.toFloat(); }