X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPlot2d%2FPlot2d_SetupViewDlg.cxx;h=d3275cc370c606f553bdb67ea659d49f7df75508;hb=41aded95c12ed86b77866d9dfe5212fa66869ab2;hp=e7d25311de24feec798f6d802ac264391a44490e;hpb=bf4f33e12f47caaa39edde16c7308e24ae7b515e;p=modules%2Fgui.git diff --git a/src/Plot2d/Plot2d_SetupViewDlg.cxx b/src/Plot2d/Plot2d_SetupViewDlg.cxx index e7d25311d..d3275cc37 100755 --- a/src/Plot2d/Plot2d_SetupViewDlg.cxx +++ b/src/Plot2d/Plot2d_SetupViewDlg.cxx @@ -1195,6 +1195,6 @@ void Plot2d_SetupViewDlg::onHelp() #ifndef NO_SUIT SUIT_Application* app = SUIT_Session::session()->activeApplication(); if ( app ) - app->onHelpContextModule( "GUI", "plot2d_viewer_page.html", "settings" ); + app->onHelpContextModule( "GUI", "plot2d_viewer.html", "settings" ); #endif }