diff options
Diffstat (limited to 'src')
| -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()
|
