Skip to content

Commit

Permalink
fix #2240
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@12415 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Dec 11, 2009
1 parent 90093e1 commit d4b1e78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/composer/qgscomposer.h
Expand Up @@ -238,7 +238,7 @@ class QgsComposer: public QMainWindow, private Ui::QgsComposerBase
//! Raise, unminimize and activate this window
void activate();

void on_buttonBox_helpRequested() { QgsContextHelp::run( metaObject()->className() ); }
void on_mButtonBox_helpRequested() { QgsContextHelp::run( metaObject()->className() ); }

private:

Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgscomposerbase.ui
Expand Up @@ -136,7 +136,7 @@
<item row="1" column="0">
<widget class="QDialogButtonBox" name="mButtonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Close</set>
<set>QDialogButtonBox::Close|QDialogButtonBox::Help</set>
</property>
</widget>
</item>
Expand Down

0 comments on commit d4b1e78

Please sign in to comment.