diff options
author | Eric Seynaeve <github@nosperse.com> | 2013-04-18 00:24:05 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-04-18 06:16:57 +0200 |
commit | ff547f4646c88c739118bf3058823b8642a275ae (patch) | |
tree | a37f9bff4d661cc214ec00e3585b00890cdd1fed /chart2 | |
parent | b1ba3e03078d1d69e482aaae497a068600fa68fd (diff) |
fdo#61135: adding help button to stepped lines dialog.
Change-Id: I2ab4882e6c1e98ffa5a297a49e6968b629051be0
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/uiconfig/ui/steppedlinesdlg.ui | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/chart2/uiconfig/ui/steppedlinesdlg.ui b/chart2/uiconfig/ui/steppedlinesdlg.ui index 4cc351f3669c..ff1b5c08f82f 100644 --- a/chart2/uiconfig/ui/steppedlinesdlg.ui +++ b/chart2/uiconfig/ui/steppedlinesdlg.ui @@ -209,6 +209,20 @@ <property name="position">1</property> </packing> </child> + <child> + <object class="GtkButton" id="help"> + <property name="label">gtk-help</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="use_stock">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">2</property> + </packing> + </child> </object> <packing> <property name="expand">False</property> @@ -222,6 +236,7 @@ <action-widgets> <action-widget response="0">ok</action-widget> <action-widget response="0">cancel</action-widget> + <action-widget response="0">help</action-widget> </action-widgets> </object> </interface> |