From: Jeffrey Altman Date: Sat, 20 Jan 2007 22:21:13 +0000 (+0000) Subject: small fixes X-Git-Tag: krb5-1.7-alpha1~1324 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5d2933459e009559eb79a7204bd50392e2dbc7f9;p=krb5.git small fixes ticket: 5408 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19101 dc483132-0cff-0310-8789-dd5450dbe970 --- 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()