]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Preparation of v.3.0.1
authorsan <san@opencascade.com>
Fri, 29 Jul 2005 11:58:14 +0000 (11:58 +0000)
committersan <san@opencascade.com>
Fri, 29 Jul 2005 11:58:14 +0000 (11:58 +0000)
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();
   }