From baea0d1b4dc335bb1b849f2ef5c7d3fe83670645 Mon Sep 17 00:00:00 2001 From: dmv Date: Thu, 2 Apr 2009 08:55:15 +0000 Subject: [PATCH] IPAL20954 problem loading help pages --- src/GUITOOLS/VisuGUI_TableDlg.cxx | 2 +- src/VISUGUI/VisuGUI_FilterScalarsDlg.cxx | 2 +- src/VISUGUI/VisuGUI_NameDlg.cxx | 2 +- src/VISUGUI/VisuGUI_SetupPlot2dDlg.cxx | 2 +- src/VISUGUI/VisuGUI_TransparencyDlg.cxx | 2 +- src/VISUGUI/VisuGUI_ValuesLabelingDlg.cxx | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/GUITOOLS/VisuGUI_TableDlg.cxx b/src/GUITOOLS/VisuGUI_TableDlg.cxx index 5bf64aa4..cc5a8b70 100644 --- a/src/GUITOOLS/VisuGUI_TableDlg.cxx +++ b/src/GUITOOLS/VisuGUI_TableDlg.cxx @@ -384,7 +384,7 @@ void VisuGUI_TableDlg::onOK() */ void VisuGUI_TableDlg::onHelp() { - QString aHelpFileName = "/files/displaying_tables.htm"; + QString aHelpFileName = "table_presentations_page.html"; LightApp_Application* app = (LightApp_Application*)(SUIT_Session::session()->activeApplication()); if (app) app->onHelpContextModule(app->activeModule() ? app->moduleName(app->activeModule()->moduleName()) : QString(""), aHelpFileName); diff --git a/src/VISUGUI/VisuGUI_FilterScalarsDlg.cxx b/src/VISUGUI/VisuGUI_FilterScalarsDlg.cxx index be17c592..cdb1932d 100644 --- a/src/VISUGUI/VisuGUI_FilterScalarsDlg.cxx +++ b/src/VISUGUI/VisuGUI_FilterScalarsDlg.cxx @@ -147,7 +147,7 @@ void VisuGUI_FilterScalarsDlg::reject() void VisuGUI_FilterScalarsDlg::onHelp() { - QString aHelpFileName = "filterbyscalars_page.html"; + QString aHelpFileName = "viewing_3d_presentations_page.html#filter_by_scalars_anchor"; LightApp_Application* app = (LightApp_Application*)(SUIT_Session::session()->activeApplication()); if (app) app->onHelpContextModule(myVisuGUI ? app->moduleName(myVisuGUI->moduleName()) : QString(""), aHelpFileName); diff --git a/src/VISUGUI/VisuGUI_NameDlg.cxx b/src/VISUGUI/VisuGUI_NameDlg.cxx index e7cffb53..9175303e 100644 --- a/src/VISUGUI/VisuGUI_NameDlg.cxx +++ b/src/VISUGUI/VisuGUI_NameDlg.cxx @@ -145,7 +145,7 @@ void VisuGUI_NameDlg::accept() void VisuGUI_NameDlg::onHelp() { - QString aHelpFileName = "viewing_3d_presentations_intro_page.html"; + QString aHelpFileName = "viewing_3d_presentations_page.html#rename_anchor"; LightApp_Application* app = (LightApp_Application*)(SUIT_Session::session()->activeApplication()); if (app) { VisuGUI* aVisuGUI = dynamic_cast( app->activeModule() ); diff --git a/src/VISUGUI/VisuGUI_SetupPlot2dDlg.cxx b/src/VISUGUI/VisuGUI_SetupPlot2dDlg.cxx index 36109750..552f6f4b 100644 --- a/src/VISUGUI/VisuGUI_SetupPlot2dDlg.cxx +++ b/src/VISUGUI/VisuGUI_SetupPlot2dDlg.cxx @@ -489,7 +489,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() ); diff --git a/src/VISUGUI/VisuGUI_TransparencyDlg.cxx b/src/VISUGUI/VisuGUI_TransparencyDlg.cxx index 5b5b026e..7ce9dd71 100644 --- a/src/VISUGUI/VisuGUI_TransparencyDlg.cxx +++ b/src/VISUGUI/VisuGUI_TransparencyDlg.cxx @@ -176,7 +176,7 @@ void VisuGUI_TransparencyDlg::ClickOnOk() //======================================================================= void VisuGUI_TransparencyDlg::ClickOnHelp() { - QString aHelpFileName = "viewing_3d_presentations_intro_page.html#width_opacity_anchor"; + QString aHelpFileName = "viewing_3d_presentations_page.html#width_opacity_anchor"; LightApp_Application* app = (LightApp_Application*)(SUIT_Session::session()->activeApplication()); if (app) { VisuGUI* aVisuGUI = dynamic_cast( app->activeModule() ); diff --git a/src/VISUGUI/VisuGUI_ValuesLabelingDlg.cxx b/src/VISUGUI/VisuGUI_ValuesLabelingDlg.cxx index 83ccb7b7..53a159bb 100755 --- a/src/VISUGUI/VisuGUI_ValuesLabelingDlg.cxx +++ b/src/VISUGUI/VisuGUI_ValuesLabelingDlg.cxx @@ -209,7 +209,7 @@ int VisuGUI_ValuesLabelingDlg::storeToPrsObject( VISU::ColoredPrs3d_i* thePrs ) */ QString VisuGUI_ValuesLabelingDlg::GetContextHelpFilePath() { - return "values_labeling_page.html"; + return "viewing_3d_presentations_page.html#labeling_parameters_anchor"; } -- 2.39.2