From: san Date: Fri, 29 Jul 2005 09:49:06 +0000 (+0000) Subject: Preparation of v.3.0.1 X-Git-Tag: V3_0_1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=66685bded7f8e5a8024f6fb07e05b1e1e155561f;p=modules%2Fgui.git Preparation of v.3.0.1 --- diff --git a/src/SOCC/SOCC_ViewModel.cxx b/src/SOCC/SOCC_ViewModel.cxx index 686cd58fc..44eaf80af 100755 --- a/src/SOCC/SOCC_ViewModel.cxx +++ b/src/SOCC/SOCC_ViewModel.cxx @@ -578,7 +578,7 @@ bool SOCC_Viewer::getTrihedronSize( double& theNewSize, double& theSize ) if ( aMaxSide < Ymax -Ymin ) aMaxSide = Ymax -Ymin; if ( aMaxSide < Zmax -Zmin ) aMaxSide = Zmax -Zmin; - float aSizeInPercents = SUIT_Session::session()->resourceMgr()->doubleValue("Viewer:TrihedronSize", 105.); + float aSizeInPercents = SUIT_Session::session()->resourceMgr()->doubleValue("Viewer","TrihedronSize", 105.); static float EPS = 5.0E-3; theSize = getTrihedron()->Size();