]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Modification for available Help for SMESH module.
authormkr <mkr@opencascade.com>
Mon, 28 Nov 2005 10:01:36 +0000 (10:01 +0000)
committermkr <mkr@opencascade.com>
Mon, 28 Nov 2005 10:01:36 +0000 (10:01 +0000)
src/LightApp/LightApp_Application.cxx

index 930a698a44438a32a0da45674a5322b62a2991cb..516b68fc684f0c459c2455ac9f6a347ad7c99a9d 100644 (file)
@@ -363,7 +363,7 @@ void LightApp_Application::createActions()
       continue;
 
     QString modName = moduleName( *it );
-    if ( modName.compare("GEOM") == 0 ) { // to be removed when documentation for other modules will be done
+    if ( modName.compare("GEOM") == 0 || modName.compare("SMESH") == 0 ) { // to be removed when documentation for other modules will be done
       QAction* a = createAction( id, tr( moduleTitle(modName) + QString(" Help") ), QIconSet(),
                                 tr( moduleTitle(modName) + QString(" Help") ),
                                 tr( moduleTitle(modName) + QString(" Help") ),