]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
This commit was generated by cvs2git to create tag 'V3_0_1'. V3_0_1
authoradmin <salome-admin@opencascade.com>
Fri, 29 Jul 2005 11:58:15 +0000 (11:58 +0000)
committeradmin <salome-admin@opencascade.com>
Fri, 29 Jul 2005 11:58:15 +0000 (11:58 +0000)
Sprout from master 2005-07-28 15:29:40 UTC san <san@opencascade.com> 'Preparation of v.3.0.1'
Cherrypick from master 2005-07-29 11:58:14 UTC san <san@opencascade.com> 'Preparation of v.3.0.1':
    src/VISUGUI/VisuGUI_ClippingDlg.cxx
Cherrypick from IMPORT 2003-10-14 08:11:44 UTC nri <nri@opencascade.com> 'sources v1.2c':
    resources/Visu_cutlines.png
    src/PIPELINE/VISU_CutLinesPL.hxx
    src/PIPELINE/VISU_LookupTable.cxx
    src/PIPELINE/VISU_LookupTable.hxx
    src/PIPELINE/VISU_MeshPL.hxx
    src/PIPELINE/VISU_PipeLineUtils.cxx
    src/PIPELINE/VISU_ScalarBarActor.hxx
    src/PIPELINE/VISU_ScalarMapPL.hxx
    src/PIPELINE/VISU_UsedPointsFilter.hxx
    src/VISU_SWIG/VISU_Gen_s.cc
    src/VISU_SWIG/VISU_Gen_s.hh
    src/VISU_SWIG/visu_gui.py

src/VISUGUI/VisuGUI_ClippingDlg.cxx

index f5891a70076054ab25dbd8e410e52f54216c4e61..e8c5c0a7138bb5d4ebb220fb3cf29eb08caf0a0b 100644 (file)
@@ -55,7 +55,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();
   }