Salome HOME
52747: Wrong doc page opened from Scalar Bar Properties dialog
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Preferences_ScalarBarDlg.cxx
index 7e64eb06c7f02180bb99688361c5876dec617e8e..68deaf5a5c65c9bdc16b7234404ecbe8dee70f28 100644 (file)
@@ -448,7 +448,7 @@ SMESHGUI_Preferences_ScalarBarDlg::SMESHGUI_Preferences_ScalarBarDlg( SMESHGUI*
   connect( mySelectionMgr,      SIGNAL( currentSelectionChanged() ), this, SLOT( onSelectionChanged() ) );
   connect( mySMESHGUI,          SIGNAL( SignalCloseAllDialogs() ),   this, SLOT( reject() ) );
 
-  myHelpFileName = "quality_page.html";
+  myHelpFileName = "scalar_bar_dlg.html";
 }
 
 //=================================================================================================