From ab6ef4192dfece8d7d75c0c6fadfad5c20f29a09 Mon Sep 17 00:00:00 2001 From: san Date: Fri, 29 Jul 2005 11:58:14 +0000 Subject: [PATCH] Preparation of v.3.0.1 --- src/VISUGUI/VisuGUI_ClippingDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VISUGUI/VisuGUI_ClippingDlg.cxx b/src/VISUGUI/VisuGUI_ClippingDlg.cxx index f5891a70..e8c5c0a7 100644 --- a/src/VISUGUI/VisuGUI_ClippingDlg.cxx +++ b/src/VISUGUI/VisuGUI_ClippingDlg.cxx @@ -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(); } -- 2.39.2