Skip to content

Commit d4b1e78

Browse files
author
jef
committedDec 11, 2009
fix #2240
git-svn-id: http://svn.osgeo.org/qgis/trunk@12415 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 90093e1 commit d4b1e78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/app/composer/qgscomposer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ class QgsComposer: public QMainWindow, private Ui::QgsComposerBase
238238
//! Raise, unminimize and activate this window
239239
void activate();
240240

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

243243
private:
244244

‎src/ui/qgscomposerbase.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<item row="1" column="0">
137137
<widget class="QDialogButtonBox" name="mButtonBox">
138138
<property name="standardButtons">
139-
<set>QDialogButtonBox::Close</set>
139+
<set>QDialogButtonBox::Close|QDialogButtonBox::Help</set>
140140
</property>
141141
</widget>
142142
</item>

0 commit comments

Comments
 (0)
Please sign in to comment.