From: dmv Date: Fri, 20 Mar 2009 07:35:24 +0000 (+0000) Subject: IPAL20954 TC5.1.1: problem loading help page X-Git-Tag: V4_1_0_maintainance_20090323~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=800b891c515f311cb43be4820a9cb637bfc733b6;p=modules%2Fvisu.git IPAL20954 TC5.1.1: problem loading help page --- diff --git a/src/GUITOOLS/VisuGUI_TableDlg.cxx b/src/GUITOOLS/VisuGUI_TableDlg.cxx index 89d9cfed..80f254a2 100644 --- a/src/GUITOOLS/VisuGUI_TableDlg.cxx +++ b/src/GUITOOLS/VisuGUI_TableDlg.cxx @@ -310,7 +310,7 @@ void VisuGUI_TableDlg::onOK() */ void VisuGUI_TableDlg::onHelp() { - QString aHelpFileName = "/files/displaying_tables.htm"; + QString aHelpFileName = "displaying_tables_page.html"; LightApp_Application* app = (LightApp_Application*)(SUIT_Session::session()->activeApplication()); if (app) app->onHelpContextModule(app->activeModule() ? app->moduleName(app->activeModule()->moduleName()) : QString(""), aHelpFileName);