Salome HOME
Copyright update 2022
[modules/gui.git] / src / OCCViewer / OCCViewer_EnvTextureDlg.cxx
index 4ed2aab2e337c0f227505be78a3987395ab8a533..5c8c7c0f67e0fa7242b5ba365a339e089420a03e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2015-2022  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
@@ -189,7 +189,6 @@ void OCCViewer_EnvTextureDlg::onTextureChanged()
   }
   else {
     myEnvTextureName->setText("");
-    Graphic3d_NameOfTextureEnv aStandardTexture;
     QList<Graphic3d_NameOfTextureEnv> aTextures;
     aTextures << Graphic3d_NOT_ENV_CLOUDS << Graphic3d_NOT_ENV_CV   << Graphic3d_NOT_ENV_MEDIT
                  << Graphic3d_NOT_ENV_PEARL  << Graphic3d_NOT_ENV_SKY1 << Graphic3d_NOT_ENV_SKY2
@@ -218,7 +217,7 @@ void OCCViewer_EnvTextureDlg::ClickOnHelp()
 {
   SUIT_Application* app = SUIT_Session::session()->activeApplication();
   if ( app )
-    app->onHelpContextModule( "GUI", "occ_3d_viewer_page.html", "env_texture" );
+    app->onHelpContextModule( "GUI", "occ_3d_viewer.html", "env-texture" );
 }
 
 /*!