diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-01-05 20:41:17 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-01-07 20:16:02 +0100 |
commit | 80f3c0ce51a7f94b127fe7c4dd4dd1d87ce694d6 (patch) | |
tree | 27c661a48176ecfe5e95bbbb279e5565cab27adb /svx/uiconfig | |
parent | 0701aca589b819b845d08ea60263ad89718cfd7f (diff) |
replace deprecated stock labels used <= twice
replace single use of deprecated gtk-paste
replace single use of deprecated gtk-play
replace single use of deprecated gtk-stop
replace only two uses of deprecated gtk-clear
replace only two uses of deprecated gtk-find
replace only two uses of deprecated gtk-media-next
replace only two uses of deprecated gtk-media-previous
Change-Id: Ia749c03ad5887f7919b1d0dc2facf8ae7e5fb7a6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108820
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/uiconfig')
-rw-r--r-- | svx/uiconfig/ui/acceptrejectchangesdialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/uiconfig/ui/acceptrejectchangesdialog.ui b/svx/uiconfig/ui/acceptrejectchangesdialog.ui index afa98cf1d484..c8fefbf8be29 100644 --- a/svx/uiconfig/ui/acceptrejectchangesdialog.ui +++ b/svx/uiconfig/ui/acceptrejectchangesdialog.ui @@ -100,11 +100,11 @@ </child> <child> <object class="GtkButton" id="undo"> - <property name="label">gtk-undo</property> + <property name="label" translatable="yes" context="acceptrejectchangesdialog|undo">_Undo</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="no_show_all">True</property> - <property name="use_stock">True</property> + <property name="use_underline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="undo-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="acceptrejectchangesdialog|extended_tip|undo">Reverse the last Accept or Reject command.</property> |