diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-05-21 22:01:04 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-05-21 22:02:07 -0400 |
commit | f79fa791ce3d5b18b1b159546d2f6fb594a364d4 (patch) | |
tree | eaccd779bfda24642f24dbceec1735c57a1c896f /sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui | |
parent | 251507d0974418ebefce302e45dbb291c87e56da (diff) |
Modify these stats dialogs to have OK and Cancel pair.
Change-Id: I5707aea9965e0d288d4a0e742f5d3cccf08107eb
Diffstat (limited to 'sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui')
-rw-r--r-- | sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui b/sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui index b74732d899b5..598d7bdc2a9a 100644 --- a/sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui +++ b/sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui @@ -24,22 +24,6 @@ <property name="can_focus">False</property> <property name="layout_style">end</property> <child> - <object class="GtkButton" id="apply"> - <property name="label">gtk-apply</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_stock">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">0</property> - </packing> - </child> - <child> <object class="GtkButton" id="ok"> <property name="label">gtk-ok</property> <property name="visible">True</property> @@ -56,8 +40,8 @@ </packing> </child> <child> - <object class="GtkButton" id="close"> - <property name="label">gtk-close</property> + <object class="GtkButton" id="cancel"> + <property name="label">gtk-cancel</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> |