Skip to content
Permalink
Browse files
fix #2240
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.
@@ -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:

@@ -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>

0 comments on commit d4b1e78

Please sign in to comment.