diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-01-11 22:05:05 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2014-01-13 10:53:52 +0000 |
commit | ca49962e87a88c3d3bd21bed5786150aa9e40f3d (patch) | |
tree | 5fc62ed8b6b126578ebf7d2b0e30db20616d683c | |
parent | 7cf30c2b3454e97ca342ffb655b08fe51bdaae65 (diff) |
fdo#72420: Startcenter: make all helpid point to startcenter's main help page
libreoffice-4-2-0
Until the specific ui elements don't have own help pages.
With this we can avoid to open an empty help page by pushing F1 or
clicking on Help button.
Four ui elements' helpid is not set yet: 'Extensions' button, 'Help' button,
recent docs view.
(cherry picked from commit 0f7b9d00562b8d87d1fb12bb21555907d3f0e874)
Conflicts:
source/text/shared/guide/startcenter.xhp
Change-Id: Ic0c1bd1dba4c08fd6b3d9daf8fbc9e622a54b6f2
Reviewed-on: https://gerrit.libreoffice.org/7396
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
-rw-r--r-- | source/text/shared/guide/startcenter.xhp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source/text/shared/guide/startcenter.xhp b/source/text/shared/guide/startcenter.xhp index 071c53571c..0e531b10c0 100644 --- a/source/text/shared/guide/startcenter.xhp +++ b/source/text/shared/guide/startcenter.xhp @@ -31,6 +31,9 @@ <bookmark_value>start center</bookmark_value> </bookmark> <bookmark xml-lang="en-US" branch="hid/FWK_HID_BACKINGWINDOW" id="bm_id0820200802550234" localize="false"/> +<bookmark xml-lang="en-US" branch="hid/.HelpId:StartCenter:Info" id="bm_id0820200802550235" localize="false"/> +<bookmark xml-lang="en-US" branch="hid/.HelpId:StartCenter:Extensions" id="bm_id0820200802550236" localize="false"/> +<bookmark xml-lang="en-US" branch="hid/sfx2/ui/startcenter/all_recent" id="bm_id0820200802550237" localize="false"/> <paragraph xml-lang="en-US" id="hd_id0820200802524447" role="heading" level="1" l10n="NEW"><variable id="startcenter"><link href="text/shared/guide/startcenter.xhp">Start Center</link> </variable></paragraph> <paragraph xml-lang="en-US" id="par_id0820200803204063" role="paragraph" l10n="NEW">Welcome to %PRODUCTNAME. Thank you for using the %PRODUCTNAME <link href="text/shared/05/00000110.xhp">application help</link>. Press F1 whenever you need help using the %PRODUCTNAME software.</paragraph> @@ -76,4 +79,4 @@ <paragraph xml-lang="en-US" id="par_id082020080310500" role="paragraph" l10n="NEW">The <emph>Open a document</emph> icon presents a <link href="text/shared/guide/doc_open.xhp">file open</link> dialog.</paragraph><comment>the four icons show a short explanation already</comment> </body> -</helpdocument>
\ No newline at end of file +</helpdocument> |