Salome HOME
Copyright update 2021
[modules/gui.git] / src / OCCViewer / OCCViewer_RayTracingDlg.cxx
index 11a6d017a170f352721cb53e6bd5ba7847556049..61a67749ffbe789432d43f422108d1ba88d5c4d5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2015-2021  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -184,5 +184,5 @@ void OCCViewer_RayTracingDlg::ClickOnHelp()
 {
   SUIT_Application* app = SUIT_Session::session()->activeApplication();
   if ( app )
-    app->onHelpContextModule( "GUI", "occ_3d_viewer_page.html", "ray_tracing" );
+    app->onHelpContextModule( "GUI", "occ_3d_viewer.html", "ray-tracing" );
 }