diff options
| author | Jeffrey Altman <jaltman@secure-endpoints.com> | 2007-01-20 22:21:13 +0000 |
|---|---|---|
| committer | Jeffrey Altman <jaltman@secure-endpoints.com> | 2007-01-20 22:21:13 +0000 |
| commit | 5d2933459e009559eb79a7204bd50392e2dbc7f9 (patch) | |
| tree | 3e3534131eaf8377bf71cf5400fc21c33fb40576 | |
| parent | f4909290df8691143c1febb233f4bc52c7d73460 (diff) | |
| download | krb5-5d2933459e009559eb79a7204bd50392e2dbc7f9.tar.gz krb5-5d2933459e009559eb79a7204bd50392e2dbc7f9.tar.xz krb5-5d2933459e009559eb79a7204bd50392e2dbc7f9.zip | |
small fixes
ticket: 5408
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19101 dc483132-0cff-0310-8789-dd5450dbe970
| -rw-r--r-- | src/windows/identity/uilib/Makefile | 4 | ||||
| -rw-r--r-- | src/windows/identity/uilib/action.c | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/src/windows/identity/uilib/Makefile b/src/windows/identity/uilib/Makefile index 1920d6aa3..6a9fb53ba 100644 --- a/src/windows/identity/uilib/Makefile +++ b/src/windows/identity/uilib/Makefile @@ -37,6 +37,7 @@ UIDLLOBJFILES= \ $(OBJ)\acceldef.obj \
$(OBJ)\configui.obj \
$(OBJ)\trackerwnd.obj \
+ $(OBJ)\uibind.obj \
$(OBJ)\version.obj
INCFILES= \
@@ -50,7 +51,8 @@ INCFILES= \ $(INCDIR)\khprops.h \
$(INCDIR)\khconfigui.h \
$(INCDIR)\khtracker.h \
- $(INCDIR)\khremote.h
+ $(INCDIR)\khremote.h \
+ $(INCDIR)\intaction.h
$(OBJ)\actiondef.c: actions.csv actiondef.cfg
$(CCSV) $** $@
diff --git a/src/windows/identity/uilib/action.c b/src/windows/identity/uilib/action.c index a7ab184fa..e38726879 100644 --- a/src/windows/identity/uilib/action.c +++ b/src/windows/identity/uilib/action.c @@ -155,8 +155,8 @@ khui_action_ref khui_menu_ico_ctx_min[] = { MENU_DEFACTION(KHUI_ACTION_OPEN_APP),
MENU_SEP(),
MENU_ACTION(KHUI_ACTION_NEW_CRED),
- MENU_ACTION(KHUI_ACTION_RENEW_CRED),
- MENU_ACTION(KHUI_ACTION_DESTROY_CRED),
+ MENU_SUBMENU(KHUI_MENU_RENEW_CRED),
+ MENU_SUBMENU(KHUI_MENU_DESTROY_CRED),
MENU_SEP(),
MENU_ACTION(KHUI_ACTION_EXIT),
MENU_END()
|
