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 821b0ea commit ce8c75f
Showing 1 changed file with 4 additions and 0 deletions.
@@ -1091,6 +1091,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 ce8c75f

Please sign in to comment.