From 5d2933459e009559eb79a7204bd50392e2dbc7f9 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Sat, 20 Jan 2007 22:21:13 +0000 Subject: [PATCH] small fixes ticket: 5408 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19101 dc483132-0cff-0310-8789-dd5450dbe970 --- src/windows/identity/uilib/Makefile | 4 +++- 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() -- 2.26.2