diff options
author | Stéphane Guillou <stephane.guillou@libreoffice.org> | 2024-04-24 20:27:05 +1000 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-06-12 10:38:50 +0200 |
commit | 40ce7008376b0dd3cf9e427cf88385386aaafc73 (patch) | |
tree | 2f5eceabfe24a449824d3fa5e821691554c3f43b /source | |
parent | 1522a9b569d146c27d7fcaf06fc5a4cb18256088 (diff) |
fix @@nowidget@@ HID for Go to Page dialog
At 0aef8c7bd50b6f82a196358584fabc91ebd64795, pressing F1 when any
element of the dialog was focused would lead to a 404.
Change-Id: I7b8596fab723a3b2581b730bb1894a2fcc59881c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/166584
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/swriter/01/goto.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/swriter/01/goto.xhp b/source/text/swriter/01/goto.xhp index 659257b319..89c06231c4 100644 --- a/source/text/swriter/01/goto.xhp +++ b/source/text/swriter/01/goto.xhp @@ -17,7 +17,7 @@ </meta> <body> <section id="goto"> - <bookmark id="bm_id941685976329840" branch="hid/ modules/swriter/ui/gotopagedialog/@@nowidget@@" localize="false"/> + <bookmark id="bm_id941685976329840" branch="hid/svx/ui/gotopagedialog/@@nowidget@@" localize="false"/> <h1 id="hd_id921685976329840"><variable id="h1"><link href="text/swriter/01/goto.xhp">Go to Page</link></variable></h1> <paragraph id="par_id901685976329842" role="paragraph">Opens a dialog box to enter which page number should be shown.</paragraph> </section> |