Skip to content
Permalink
Browse files
[BACKPORT] add What's this to Help menu (implement #4179)
  • Loading branch information
alexbruy committed Nov 12, 2011
1 parent 5678d14 commit 5289b1a
Showing 1 changed file with 4 additions and 0 deletions.
@@ -1058,6 +1058,10 @@ void QgisApp::createMenus()
// don't add it yet, wait for a plugin
mDatabaseMenu = new QMenu( tr( "&Database" ) );

// Help menu
// add What's this button to it
QAction* before = mActionHelpAPI;
mHelpMenu->insertAction( before, QWhatsThis::createAction() );
}

void QgisApp::createToolBars()

0 comments on commit 5289b1a

Please sign in to comment.