diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-10-24 10:34:13 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-24 10:43:00 +0100 |
commit | f3167bd7d33fbc1e93f0728ab06b6d67fc1956bd (patch) | |
tree | f41524b9a06afa7e1c30a8bd13bbfe8627b2ba91 /sw/inc | |
parent | ef16fa914bc33b64bafb67637e6983ddc310c415 (diff) |
Related: fdo#70571 say [ctrl+]click to follow link
as opposed to "hyperlink". Be more generic and consistent
across both ctrl+click and click modes.
Change-Id: I673ed59fc9f3408a0c4534c6490d9bbc3598bc08
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/shellres.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/shellres.hxx b/sw/inc/shellres.hxx index 85d5d95b7971..0538045b6ebe 100644 --- a/sw/inc/shellres.hxx +++ b/sw/inc/shellres.hxx @@ -64,7 +64,8 @@ struct SW_DLLPUBLIC ShellResource : public Resource OUString aTOXTablesName; OUString aTOXAuthoritiesName; - OUString aHyperlinkClick; + OUString aLinkCtrlClick; + OUString aLinkClick; std::vector<OUString> aDocInfoLst; |