From cbe5c6e46079d49c8a53fa7f327aa0f47ba611a9 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Fri, 30 Mar 2007 00:34:52 +0000 Subject: [PATCH] pull up r19101 from trunk r19101@cathode-dark-space: jaltman | 2007-01-20 17:21:13 -0500 ticket: 5408 small fixes ticket: 5408 version_fixed: 1.6.1 git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@19321 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