diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-02-14 23:16:12 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-02-15 08:50:08 +0000 |
commit | 62726df969887cf6578a0f69c6c3dc8f689a3b06 (patch) | |
tree | 5538a1226b892646bcbae0681407073db032e5d6 /sfx2/uiconfig/ui/documentpropertiesdialog.ui | |
parent | d6ca86e3c0fee5c81cdd3cd70ab78a1c80aec05f (diff) |
use stock button
Change-Id: I203eac7e8f4b49524c9255924725f5f1de4b9979
Diffstat (limited to 'sfx2/uiconfig/ui/documentpropertiesdialog.ui')
-rw-r--r-- | sfx2/uiconfig/ui/documentpropertiesdialog.ui | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/sfx2/uiconfig/ui/documentpropertiesdialog.ui b/sfx2/uiconfig/ui/documentpropertiesdialog.ui index 322429b996d3..e505cf03a698 100644 --- a/sfx2/uiconfig/ui/documentpropertiesdialog.ui +++ b/sfx2/uiconfig/ui/documentpropertiesdialog.ui @@ -18,13 +18,11 @@ <child> <object class="GtkButton" id="ok"> <property name="label">gtk-ok</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="has_default">True</property> <property name="receives_default">True</property> - <property name="use_action_appearance">False</property> <property name="use_stock">True</property> </object> <packing> @@ -36,11 +34,9 @@ <child> <object class="GtkButton" id="cancel"> <property name="label">gtk-cancel</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="use_action_appearance">False</property> <property name="use_stock">True</property> </object> <packing> @@ -52,11 +48,9 @@ <child> <object class="GtkButton" id="help"> <property name="label">gtk-help</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="use_action_appearance">False</property> <property name="use_stock">True</property> </object> <packing> @@ -67,12 +61,11 @@ </child> <child> <object class="GtkButton" id="reset"> - <property name="label" translatable="yes">Reset</property> - <property name="use_action_appearance">False</property> + <property name="label">gtk-revert-to-saved</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="use_action_appearance">False</property> + <property name="use_stock">True</property> </object> <packing> <property name="expand">False</property> |