Salome HOME
updated copyright message
[modules/gui.git] / src / OCCViewer / OCCViewer_RayTracingDlg.cxx
index 0f3b3c30c799478b96e1fcb1e1785aaf89d369a2..d9126d48c1bc68697f60f51d7c47a1df3aaf5907 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2015-2023  CEA, EDF, 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" );
 }