summaryrefslogtreecommitdiffstats
path: root/src/windows
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2007-09-29 22:56:57 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2007-09-29 22:56:57 +0000
commitb740922b450b25a7787d32ddcdc7c7c8293f3836 (patch)
tree30cc6707f8fc11022970a9daf6d09e7e4151268a /src/windows
parentf3cc10c487be07fc1603f20b66ef76ef883a9064 (diff)
downloadkrb5-b740922b450b25a7787d32ddcdc7c7c8293f3836.tar.gz
krb5-b740922b450b25a7787d32ddcdc7c7c8293f3836.tar.xz
krb5-b740922b450b25a7787d32ddcdc7c7c8293f3836.zip
NIM: BUG: APP: Provide keyboard accelerator
In the Advanced mode of the Obtain New Credentials dialog the keyboard accelerator was missing. ticket: new component: windows git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20018 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows')
-rw-r--r--src/windows/identity/ui/lang/en_us/khapp.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/identity/ui/lang/en_us/khapp.rc b/src/windows/identity/ui/lang/en_us/khapp.rc
index e904dcf369..0ac0c34441 100644
--- a/src/windows/identity/ui/lang/en_us/khapp.rc
+++ b/src/windows/identity/ui/lang/en_us/khapp.rc
@@ -186,7 +186,7 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
DEFPUSHBUTTON "&Ok",IDOK,7,7,52,41,WS_DISABLED
PUSHBUTTON "&Cancel",IDCANCEL,7,58,52,19
- PUSHBUTTON "<<",IDC_NC_BASIC,7,144,52,14
+ PUSHBUTTON "&<<",IDC_NC_BASIC,7,144,52,14
PUSHBUTTON "&Help",IDC_NC_HELP,7,164,52,19
END