From a7c92bcae7277213ce787ff5ab7d5cba08f32837 Mon Sep 17 00:00:00 2001 From: sln Date: Wed, 18 Jul 2012 08:15:49 +0000 Subject: [PATCH] Kernel help and PrecosGUI Help should be renamed --- src/LightApp/LightApp_Application.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/LightApp/LightApp_Application.cxx b/src/LightApp/LightApp_Application.cxx index a19c39aec..5c4789c30 100644 --- a/src/LightApp/LightApp_Application.cxx +++ b/src/LightApp/LightApp_Application.cxx @@ -469,8 +469,8 @@ void LightApp_Application::createActions() if ( QFileInfo( root + aFileName ).exists() ) { a = createAction( id, tr( QString("GUI Help").toLatin1().constData() ), resMgr->loadPixmap( "STD", tr( "ICON_HELP" ), false ), - tr( QString("GUI Help").toLatin1().constData() ), - tr( QString("GUI Help").toLatin1().constData() ), + tr( QString("GUI").toLatin1().constData() ), + tr( QString("GUI").toLatin1().constData() ), 0, desk, false, this, SLOT( onHelpContentsModule() ) ); a->setObjectName( QString("GUI") ); createMenu( a, helpModuleMenu, -1 ); @@ -484,8 +484,8 @@ void LightApp_Application::createActions() if ( QFileInfo( root + aFileName ).exists() ) { a = createAction( id, tr( QString("KERNEL Help").toLatin1().constData() ), resMgr->loadPixmap( "STD", tr( "ICON_HELP" ), false ), - tr( QString("KERNEL Help").toLatin1().constData() ), - tr( QString("KERNEL Help").toLatin1().constData() ), + tr( QString("KERNEL").toLatin1().constData() ), + tr( QString("KERNEL").toLatin1().constData() ), 0, desk, false, this, SLOT( onHelpContentsModule() ) ); a->setObjectName( QString("KERNEL") ); createMenu( a, helpModuleMenu, -1 ); @@ -509,8 +509,8 @@ void LightApp_Application::createActions() QAction* a = createAction( id, tr( (moduleTitle(modName) + QString(" Help")).toLatin1().constData() ), resMgr->loadPixmap( "STD", tr( "ICON_HELP" ), false ), - tr( (moduleTitle(modName) + QString(" Help")).toLatin1().constData() ), - tr( (moduleTitle(modName) + QString(" Help")).toLatin1().constData() ), + tr( (moduleTitle(modName) + QString("")).toLatin1().constData() ), + tr( (moduleTitle(modName) + QString("")).toLatin1().constData() ), 0, desk, false, this, SLOT( onHelpContentsModule() ) ); a->setObjectName( modName ); createMenu( a, helpModuleMenu, -1 ); -- 2.39.2