diff options
Diffstat (limited to 'mate-screenshot/data/mate-screenshot.ui')
-rw-r--r-- | mate-screenshot/data/mate-screenshot.ui | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mate-screenshot/data/mate-screenshot.ui b/mate-screenshot/data/mate-screenshot.ui index baaedcc0..9b53e315 100644 --- a/mate-screenshot/data/mate-screenshot.ui +++ b/mate-screenshot/data/mate-screenshot.ui @@ -37,6 +37,17 @@ </packing> </child> <child> + <object class="GtkButton" id="new_button"> + <property name="visible">False</property> + <property name="can_default">True</property> + <property name="can_focus">True</property> + <property name="label">gtk-new</property> + <property name="use_stock">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="focus_on_click">True</property> + </object> + </child> + <child> <object class="GtkButton" id="copy_button"> <property name="label" translatable="yes">C_opy to Clipboard</property> <property name="visible">True</property> @@ -220,6 +231,7 @@ <action-widget response="1">copy_button</action-widget> <action-widget response="-6">cancel_button</action-widget> <action-widget response="-5">ok_button</action-widget> + <action-widget response="22">new_button</action-widget> </action-widgets> </object> </interface> |