From: dmv Date: Thu, 9 Apr 2009 13:12:50 +0000 (+0000) Subject: IPAL20954 TC5.1.1: problem loading help page X-Git-Tag: V4_1_0_maintainance_20090416~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=75fd1ca2e38d5c4a87f690b153a37363a9a724d2;p=modules%2Fvisu.git IPAL20954 TC5.1.1: problem loading help page --- diff --git a/src/VISUGUI/VisuGUI_SetupPlot2dDlg.cxx b/src/VISUGUI/VisuGUI_SetupPlot2dDlg.cxx index 248b73d0..52ba996d 100644 --- a/src/VISUGUI/VisuGUI_SetupPlot2dDlg.cxx +++ b/src/VISUGUI/VisuGUI_SetupPlot2dDlg.cxx @@ -485,7 +485,7 @@ void VisuGUI_SetupPlot2dDlg::onVBtnToggled( bool on ) */ void VisuGUI_SetupPlot2dDlg::onHelp() { - QString aHelpFileName = "plot2d_viewer_page.html"; + QString aHelpFileName = "creating_curves_page.html"; LightApp_Application* app = (LightApp_Application*)(SUIT_Session::session()->activeApplication()); if (app) { VisuGUI* aVisuGUI = dynamic_cast( app->activeModule() );