summaryrefslogtreecommitdiff
path: root/vcl/inc/svids.hrc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-01-25 13:42:13 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-01-25 13:54:55 +0000
commit14d8cd11d6b4831811dbaeb6cfa1f81392251abe (patch)
treeb76eacf3ce4cedf6aa727d0d1b4edb3e36307782 /vcl/inc/svids.hrc
parent610ebd9a1100095b81835a476465b6ef126e8e1e (diff)
Resolves: rhbz#902694 impossible short-cuts for OK/Cancel translations
auto-adding mnemonics to the first character of OK/Cancel translations suggests short-cuts under various CJK/Indic languages which can't be achieved with a single keystroke combination Some platforms want mnemonic-ed OK/Cancel, some don't. So lets have two translations, one for each situation, rather than trying to automunge. Change-Id: I23e21e79b27ead86f535309ca0efc2adea86ae24
Diffstat (limited to 'vcl/inc/svids.hrc')
-rw-r--r--vcl/inc/svids.hrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/svids.hrc b/vcl/inc/svids.hrc
index 27e5e0abf809..064cd538a88e 100644
--- a/vcl/inc/svids.hrc
+++ b/vcl/inc/svids.hrc
@@ -156,6 +156,8 @@
#define SV_BUTTONTEXT_NEW 10115
#define SV_BUTTONTEXT_EDIT 10116
#define SV_BUTTONTEXT_APPLY 10117
+#define SV_BUTTONTEXT_OK_NOMNEMONIC 10118
+#define SV_BUTTONTEXT_CANCEL_NOMNEMONIC 10119
#define SV_STDTEXT_FIRST SV_STDTEXT_SERVICENOTAVAILABLE
#define SV_STDTEXT_SERVICENOTAVAILABLE 10200