Rename log menu item.

--HG--
branch : gsoc2014-dfighter
This commit is contained in:
dfighter1985 2014-06-09 18:01:14 +02:00
parent 92cb5eea3a
commit fe7c3e4edf

View file

@ -92,7 +92,9 @@ namespace Plugin
hide();
logMenu = menuManager->menuBar()->addMenu( "Log" );
logMenu->addAction(toggleViewAction());
QAction *a = toggleViewAction();
a->setText( tr( "View log" ) );
logMenu->addAction( a );
}
void CLogPlugin::setNelContext(NLMISC::INelContext *nelContext)