Rename log menu item.
This commit is contained in:
parent
6cc76c9670
commit
844e93ec65
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue