mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 10:52:53 +00:00
kuassel: make the "What's this?" action work
This commit is contained in:
parent
adafca690a
commit
db8ec7ecdc
1 changed files with 1 additions and 1 deletions
|
@ -466,7 +466,7 @@ void MainWin::setupMenus()
|
|||
_helpDebugMenu->addAction(coll->action("ReloadStyle"));
|
||||
|
||||
_helpMenu = menuBar()->addMenu(i18n("&Help"));
|
||||
_helpMenu->addAction(KStandardAction::whatsThis(_kHelpMenu, SLOT(whatsThis()), this));
|
||||
_helpMenu->addAction(KStandardAction::whatsThis(_kHelpMenu, SLOT(contextHelpActivated()), this));
|
||||
_helpMenu->addSeparator();
|
||||
_helpMenu->addAction(KStandardAction::reportBug(_kHelpMenu, SLOT(reportBug()), this));
|
||||
_helpMenu->addSeparator();
|
||||
|
|
Loading…
Add table
Reference in a new issue