From 75fd1ca2e38d5c4a87f690b153a37363a9a724d2 Mon Sep 17 00:00:00 2001 From: dmv Date: Thu, 9 Apr 2009 13:12:50 +0000 Subject: [PATCH] IPAL20954 TC5.1.1: problem loading help page --- src/VISUGUI/VisuGUI_SetupPlot2dDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ); -- 2.39.2