diff options
Diffstat (limited to 'data/glade/print.glade')
-rw-r--r-- | data/glade/print.glade | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/data/glade/print.glade b/data/glade/print.glade index 47cdfa2a4..72e41bdc5 100644 --- a/data/glade/print.glade +++ b/data/glade/print.glade @@ -44,6 +44,20 @@ <signal name="clicked" handler="ephy_print_setup_dialog_close_button_cb" last_modification_time="Sat, 06 Dec 2003 10:22:18 GMT"/> </widget> </child> + + <child> + <widget class="GtkButton" id="help_button"> + <property name="visible">True</property> + <property name="can_default">True</property> + <property name="can_focus">True</property> + <property name="label">gtk-help</property> + <property name="use_stock">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="focus_on_click">True</property> + <property name="response_id">-11</property> + <signal name="clicked" handler="ephy_print_setup_dialog_help_button_cb" last_modification_time="Sun, 04 Jan 2004 20:17:34 GMT"/> + </widget> + </child> </widget> <packing> <property name="padding">0</property> @@ -586,7 +600,7 @@ <widget class="GtkCheckButton" id="print_page_url_checkbutton"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">Page a_ddress</property> + <property name="label" translatable="yes">_Page address</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> @@ -1147,6 +1161,19 @@ <property name="response_id">-5</property> </widget> </child> + + <child> + <widget class="GtkButton" id="help_button"> + <property name="visible">True</property> + <property name="can_default">True</property> + <property name="can_focus">True</property> + <property name="label">gtk-help</property> + <property name="use_stock">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="focus_on_click">True</property> + <property name="response_id">-11</property> + </widget> + </child> </widget> <packing> <property name="padding">0</property> |