X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FLightApp%2FLightApp_PreferencesDlg.cxx;h=7ee2a302ba0e785ae747407ac5ebdfaeec5144d3;hb=41aded95c12ed86b77866d9dfe5212fa66869ab2;hp=147ab8117520a482f84f76448dd743ef670710a0;hpb=bf4f33e12f47caaa39edde16c7308e24ae7b515e;p=modules%2Fgui.git diff --git a/src/LightApp/LightApp_PreferencesDlg.cxx b/src/LightApp/LightApp_PreferencesDlg.cxx index 147ab8117..7ee2a302b 100644 --- a/src/LightApp/LightApp_PreferencesDlg.cxx +++ b/src/LightApp/LightApp_PreferencesDlg.cxx @@ -122,7 +122,7 @@ void LightApp_PreferencesDlg::onHelp() { SUIT_Application* app = SUIT_Session::session()->activeApplication(); if ( app ) - app->onHelpContextModule( "GUI", "setting_preferences_page.html" ); + app->onHelpContextModule( "GUI", "setting_preferences.html" ); } /*!Store preferences on apply.*/