aboutsummaryrefslogtreecommitdiff
path: root/src/windows/identity/uilib/khactiondef.h
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2007-09-27 03:42:20 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2007-09-27 03:42:20 +0000
commitb3e642e821a09e9cea46c604d0b5450ffbafcfbf (patch)
tree79aac69fe51675687d74364f500054df0b814a0a /src/windows/identity/uilib/khactiondef.h
parent973497ea9a2f1b19520bc326bf2b36114426511f (diff)
downloadkrb5-b3e642e821a09e9cea46c604d0b5450ffbafcfbf.zip
krb5-b3e642e821a09e9cea46c604d0b5450ffbafcfbf.tar.gz
krb5-b3e642e821a09e9cea46c604d0b5450ffbafcfbf.tar.bz2
Add a "Set default" sub menu to the Network Identity Manager
notification icon context menu. The submenu will display a list of identities that the user can select as the default identity. Each identity that is displayed in the sub menu will be colored the same way it is colored in the basic view to provide a hint as to the state of the credentials belonging to the identity. ticket: 5724 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19983 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/identity/uilib/khactiondef.h')
-rw-r--r--src/windows/identity/uilib/khactiondef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/windows/identity/uilib/khactiondef.h b/src/windows/identity/uilib/khactiondef.h
index c605953..33d8347 100644
--- a/src/windows/identity/uilib/khactiondef.h
+++ b/src/windows/identity/uilib/khactiondef.h
@@ -144,6 +144,7 @@ Stock menus.
#define KHUI_MENU_DESTROY_CRED (KHUI_MENU_BASE + 16)
#define KHUI_MENU_RENEW_CRED (KHUI_MENU_BASE + 17)
+#define KHUI_MENU_SETDEF (KHUI_MENU_BASE + 18)
/*@}*/