diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/glade/epiphany.glade | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/data/glade/epiphany.glade b/data/glade/epiphany.glade index ec66aef85..788db6e2a 100644 --- a/data/glade/epiphany.glade +++ b/data/glade/epiphany.glade @@ -938,26 +938,14 @@ It's not possible to view this file type directly in the browser:</property> <property name="layout_style">GTK_BUTTONBOX_END</property> <child> - <widget class="GtkButton" id="cancelbutton2"> - <property name="visible">True</property> - <property name="can_default">True</property> - <property name="can_focus">True</property> - <property name="label">gtk-cancel</property> - <property name="use_stock">True</property> - <property name="relief">GTK_RELIEF_NORMAL</property> - <property name="response_id">-6</property> - </widget> - </child> - - <child> <widget class="GtkButton" id="okbutton2"> <property name="visible">True</property> <property name="can_default">True</property> <property name="can_focus">True</property> - <property name="label">gtk-ok</property> + <property name="label">gtk-close</property> <property name="use_stock">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> - <property name="response_id">-5</property> + <property name="response_id">-7</property> </widget> </child> </widget> |