Salome HOME
Fix for the bug "IPAL22498 6.3.0: Mesh Preferences - Scalar Bar: Font selection for...
authorrnv <rnv@opencascade.com>
Fri, 13 May 2011 13:48:46 +0000 (13:48 +0000)
committerrnv <rnv@opencascade.com>
Fri, 13 May 2011 13:48:46 +0000 (13:48 +0000)
src/SMESHGUI/SMESHGUI.cxx

index 5ac31492211a0be64dd7adf63b1c2c980596107a..0f18ef23c2143f4a202af3616ebeecda7f5a9c1d 100644 (file)
@@ -5635,7 +5635,7 @@ void SMESHGUI::restoreVisualParameters (int savePoint)
 */
 int SMESHGUI::addVtkFontPref( const QString& label, const int pId, const QString& param )
 {
-  int tfont = addPreference( label, pId, LightApp_Preferences::Font, "VISU", param );
+  int tfont = addPreference( label, pId, LightApp_Preferences::Font, "SMESH", param );
 
   setPreferenceProperty( tfont, "mode", QtxFontEdit::Custom );