Salome HOME
Redesign SALOME documentation
[modules/gui.git] / src / PyViewer / PyViewer_ViewWindow.cxx
index bb8320a115edd60f71b1087ac67f2c3c52096119..9436968f447858c25ca5a1b650cd5894ea4bc507 100644 (file)
@@ -423,9 +423,9 @@ void PyViewer_ViewWindow::onHelp()
 {
   SUIT_Application* app = SUIT_Session::session()->activeApplication();
   if ( app ) {
-    QString page = "python_viewer_page.html";
+    QString page = "python_viewer.html";
     if ( qobject_cast<QWidget*>( sender() ) )
-      page += "#custom_python_preferences";
+      page += "#custom-python-preferences";
     app->onHelpContextModule( "GUI", page );
   }
 }