diff options
author | Ekaterina Gerasimova <kittykat3756@gmail.com> | 2013-07-07 18:29:57 +0800 |
---|---|---|
committer | Ekaterina Gerasimova <kittykat3756@gmail.com> | 2013-08-04 23:37:10 +0800 |
commit | d8373ce2759a8e790e658d511111017bb609bbdc (patch) | |
tree | 1f2f6482e012279c1192831322142360e0d798b1 /src/resources/epiphany.ui | |
parent | 1feec7d16afd3c0396e3dde422001d95bea15bf7 (diff) | |
download | gsoc2013-epiphany-d8373ce2759a8e790e658d511111017bb609bbdc.tar gsoc2013-epiphany-d8373ce2759a8e790e658d511111017bb609bbdc.tar.gz gsoc2013-epiphany-d8373ce2759a8e790e658d511111017bb609bbdc.tar.bz2 gsoc2013-epiphany-d8373ce2759a8e790e658d511111017bb609bbdc.tar.lz gsoc2013-epiphany-d8373ce2759a8e790e658d511111017bb609bbdc.tar.xz gsoc2013-epiphany-d8373ce2759a8e790e658d511111017bb609bbdc.tar.zst gsoc2013-epiphany-d8373ce2759a8e790e658d511111017bb609bbdc.zip |
Add help buttons to the pdm and pref dialogs
Diffstat (limited to 'src/resources/epiphany.ui')
-rw-r--r-- | src/resources/epiphany.ui | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/src/resources/epiphany.ui b/src/resources/epiphany.ui index bca48b56d..48e88257b 100644 --- a/src/resources/epiphany.ui +++ b/src/resources/epiphany.ui @@ -407,7 +407,20 @@ <property name="can_focus">False</property> <property name="layout_style">end</property> <child> - <placeholder/> + <object class="GtkButton" id="helpbutton1"> + <property name="label">gtk-help</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="use_action_appearance">False</property> + <property name="use_stock">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + <property name="secondary">True</property> + </packing> </child> <child> <object class="GtkButton" id="removeallbutton"> @@ -658,6 +671,7 @@ </child> <action-widgets> <action-widget response="1">removeallbutton</action-widget> + <action-widget response="-11">helpbutton1</action-widget> <action-widget response="-7">closebutton1</action-widget> </action-widgets> </object> |