X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FOCCViewer%2FOCCViewer_RayTracingDlg.cxx;h=bf7717135e91cd23cdfe66de63146b8e7d803c62;hb=8d986a56d8745aba15e2241a252c02bf30b53999;hp=11a6d017a170f352721cb53e6bd5ba7847556049;hpb=77a9b7ac9d8b364358e1760e74a44e86557b79aa;p=modules%2Fgui.git diff --git a/src/OCCViewer/OCCViewer_RayTracingDlg.cxx b/src/OCCViewer/OCCViewer_RayTracingDlg.cxx index 11a6d017a..bf7717135 100644 --- a/src/OCCViewer/OCCViewer_RayTracingDlg.cxx +++ b/src/OCCViewer/OCCViewer_RayTracingDlg.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2015 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2015-2016 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" ); }