diff options
author | Akash Shetye <shetyeakash@gmail.com> | 2013-05-27 17:37:54 +0530 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-06-24 16:24:43 +0200 |
commit | c13daee32de1be4b96d6a948cfca4aa0bdf8c4db (patch) | |
tree | 37f13768740e22d37d0f7df4e0ceb19857a4f7b7 /sc/inc/globstr.hrc | |
parent | 669ad519902e21e0cb3537fb7e203987f75a4077 (diff) |
fdo#51296 Helptext added for hyperlinks, hlinks behave as in writer
Added prefixed of "ctrl+click to open hyperlink" to hlinks depending on the security setting. Now clicking links behave as in writer.
Change-Id: I87d0fecb6268463cd99478b70eb081ed958976be
Reviewed-on: https://gerrit.libreoffice.org/4051
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'sc/inc/globstr.hrc')
-rw-r--r-- | sc/inc/globstr.hrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc index f9fda26cf0ce..314f29adc7f9 100644 --- a/sc/inc/globstr.hrc +++ b/sc/inc/globstr.hrc @@ -678,7 +678,10 @@ #define STR_COPYFROM 549 #define STR_COPYERR 550 -#define STR_COUNT 551 +#define STR_CTRLCLICKHYPERLINK 551 +#define STR_CLICKHYPERLINK 552 + +#define STR_COUNT 553 #endif |