Skip to content

Commit

Permalink
Fix for ticket #499 (What's this missing from main window).
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@7382 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Nov 12, 2007
1 parent 19cb590 commit dff946a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -962,6 +962,7 @@ void QgisApp::createToolBars()
mHelpToolBar->setIconSize(QSize(24,24));
mHelpToolBar->setObjectName("Help");
mHelpToolBar->addAction(mActionHelpContents);
mHelpToolBar->addAction(QWhatsThis::createAction());
//
// Digitizing Toolbar
mDigitizeToolBar = addToolBar(tr("Digitizing"));
Expand Down

0 comments on commit dff946a

Please sign in to comment.