diff options
author | Gülşah Köse <gulsah.kose@collabora.com> | 2019-07-25 21:40:48 +0300 |
---|---|---|
committer | Gülşah Köse <gulsah.kose@collabora.com> | 2019-07-26 06:41:39 +0200 |
commit | 15664117ef4db51bdcabb46b7990573509da0d73 (patch) | |
tree | 44a21675cac79585b1c02606d49a6865ce042489 /cui | |
parent | 8f8917af5b430b4bb1c35313e81ca60022984f73 (diff) |
tdf#125923 Fix reset button.
Reset/Revert button worked as cancel, not reset.
That commit provides reset button to do its own job.
Change-Id: I82d3e838bff3fd690cb5a901232ecb5f76257b95
Reviewed-on: https://gerrit.libreoffice.org/76341
Tested-by: Jenkins
Reviewed-by: Gülşah Köse <gulsah.kose@collabora.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/bulletandposition.ui | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/bulletandposition.ui b/cui/uiconfig/ui/bulletandposition.ui index 1b8c825c9625..44b850369869 100644 --- a/cui/uiconfig/ui/bulletandposition.ui +++ b/cui/uiconfig/ui/bulletandposition.ui @@ -111,11 +111,10 @@ <property name="layout_style">end</property> <child> <object class="GtkButton" id="reset"> - <property name="label">gtk-revert-to-saved</property> + <property name="label">Reset</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="use_stock">True</property> </object> <packing> <property name="expand">False</property> |