mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Rename log menu item.
--HG-- branch : gsoc2014-dfighter
This commit is contained in:
parent
92cb5eea3a
commit
fe7c3e4edf
1 changed files with 3 additions and 1 deletions
|
@ -92,7 +92,9 @@ namespace Plugin
|
||||||
hide();
|
hide();
|
||||||
|
|
||||||
logMenu = menuManager->menuBar()->addMenu( "Log" );
|
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)
|
void CLogPlugin::setNelContext(NLMISC::INelContext *nelContext)
|
||||||
|
|
Loading…
Reference in a new issue