solenv/sanitizers/ui/svx.suppr | 2 -- svx/uiconfig/ui/findreplacedialog.ui | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit dcdfa57df779f6abdc8eb7c83320d05132d431ff Author: Caolán McNamara <[email protected]> AuthorDate: Tue Sep 1 10:22:42 2020 +0100 Commit: Xisco Fauli <[email protected]> CommitDate: Tue Sep 1 17:54:51 2020 +0200 tdf#134923 missing mnemonic widget target for labels presumably since... commit beeef93480fae65840646e4e36aa888efe92579a Date: Tue Mar 8 19:54:57 2016 +0530 tdf#98417, tdf#98539: DIALOG: Improvements to the Find & Replace dialog. Change-Id: Id59d573e1005e10be34994c8cc66c352b2cf500c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101854 Tested-by: Jenkins Reviewed-by: Xisco Fauli <[email protected]> diff --git a/solenv/sanitizers/ui/svx.suppr b/solenv/sanitizers/ui/svx.suppr index 8adf225a594e..efafb4e53813 100644 --- a/solenv/sanitizers/ui/svx.suppr +++ b/solenv/sanitizers/ui/svx.suppr @@ -30,10 +30,8 @@ svx/uiconfig/ui/docrecoverybrokendialog.ui://GtkLabel[@id='label1'] orphan-label svx/uiconfig/ui/docrecoveryprogressdialog.ui://GtkLabel[@id='label2'] orphan-label svx/uiconfig/ui/docrecoveryrecoverdialog.ui://GtkLabel[@id='desc'] orphan-label svx/uiconfig/ui/docrecoverysavedialog.ui://GtkLabel[@id='label1'] orphan-label -svx/uiconfig/ui/findreplacedialog.ui://GtkLabel[@id='label4'] orphan-label svx/uiconfig/ui/findreplacedialog.ui://GtkLabel[@id='searchdesc'] orphan-label svx/uiconfig/ui/findreplacedialog.ui://GtkLabel[@id='entirecells'] orphan-label -svx/uiconfig/ui/findreplacedialog.ui://GtkLabel[@id='label5'] orphan-label svx/uiconfig/ui/findreplacedialog.ui://GtkLabel[@id='replacedesc'] orphan-label svx/uiconfig/ui/findreplacedialog.ui://GtkLabel[@id='label7'] orphan-label svx/uiconfig/ui/findreplacedialog.ui://GtkLabel[@id='searchinlabel'] orphan-label diff --git a/svx/uiconfig/ui/findreplacedialog.ui b/svx/uiconfig/ui/findreplacedialog.ui index 4b27a9064a58..613db0250bdd 100644 --- a/svx/uiconfig/ui/findreplacedialog.ui +++ b/svx/uiconfig/ui/findreplacedialog.ui @@ -140,6 +140,7 @@ <property name="valign">center</property> <property name="label" translatable="yes" context="findreplacedialog|label4">_Find:</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">searchterm</property> <property name="xalign">0</property> <property name="yalign">0.40000000596046448</property> <attributes> @@ -390,6 +391,7 @@ <property name="valign">center</property> <property name="label" translatable="yes" context="findreplacedialog|label5">Re_place:</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">replaceterm</property> <property name="xalign">0</property> <attributes> <attribute name="weight" value="bold"/> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
