officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 5 +++++ 1 file changed, 5 insertions(+)
New commits: commit 8192a3bde845d6ff51e81ee05c297e7c9ffcd79e Author: Heiko Tietze <tietze.he...@gmail.com> AuthorDate: Tue Sep 24 07:02:19 2024 +0200 Commit: Heiko Tietze <heiko.tie...@documentfoundation.org> CommitDate: Tue Sep 24 10:23:24 2024 +0200 Resolves tdf#163049 - Name the sidebar find deck Change-Id: I7638f25f4c8afb8896a77aa30c46bce08c8907fa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173836 Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org> Tested-by: Jenkins diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 2919ae37eb18..1993ca6f18e0 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -4280,6 +4280,11 @@ <value xml:lang="en-US">Open the Accessibility Check Deck</value> </prop> </node> + <node oor:name=".uno:SidebarDeck.FindDeck" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Open the Find Deck</value> + </prop> + </node> <node oor:name=".uno:SpotlightMenu" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Spotlight</value>