From 9dcf3736d91e933e03eca24a3a3594ee15defb54 Mon Sep 17 00:00:00 2001 From: mkr Date: Mon, 28 Nov 2005 10:01:36 +0000 Subject: [PATCH] Modification for available Help for SMESH module. --- src/LightApp/LightApp_Application.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LightApp/LightApp_Application.cxx b/src/LightApp/LightApp_Application.cxx index 930a698a4..516b68fc6 100644 --- a/src/LightApp/LightApp_Application.cxx +++ b/src/LightApp/LightApp_Application.cxx @@ -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") ), -- 2.39.2