From 52c6f1690088802c968bacea4eefcd67f9b6ba15 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Mon, 18 Jan 2016 20:20:54 +0000 Subject: partial revert of [16116] (this breaks clist menu display) git-svn-id: http://svn.miranda-ng.org/main/trunk@16121 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_blind/res/resource.rc | 27 +++++++++++++++++++++++++++ plugins/Clist_blind/src/resource.h | 2 ++ 2 files changed, 29 insertions(+) (limited to 'plugins/Clist_blind') diff --git a/plugins/Clist_blind/res/resource.rc b/plugins/Clist_blind/res/resource.rc index eee64237d4..3bf1dfe332 100644 --- a/plugins/Clist_blind/res/resource.rc +++ b/plugins/Clist_blind/res/resource.rc @@ -311,6 +311,33 @@ IDC_HYPERLINKHAND CURSOR "..\\..\\..\\src\\mir_app\\res\\ IDC_DROP CURSOR "..\\..\\..\\src\\mir_app\\res\\cursor_drag_copy.cur" IDC_DROPUSER CURSOR "..\\..\\..\\src\\mir_app\\res\\cursor_drop_user.cur" +///////////////////////////////////////////////////////////////////////////// +// +// Menu +// + +IDR_CLISTMENU MENU +BEGIN + POPUP "&Main menu" + BEGIN + MENUITEM SEPARATOR + MENUITEM "E&xit", ID_ICQ_EXIT + END + POPUP "&Status" + BEGIN + MENUITEM "&Offline\tCtrl+0", ID_STATUS_OFFLINE, CHECKED + MENUITEM "On&line\tCtrl+1", ID_STATUS_ONLINE + MENUITEM "&Away\tCtrl+2", ID_STATUS_AWAY + MENUITEM "&N/A\tCtrl+3", ID_STATUS_NA + MENUITEM "Occ&upied\tCtrl+4", ID_STATUS_OCCUPIED + MENUITEM "&DND\tCtrl+5", ID_STATUS_DND + MENUITEM "&Free for chat\tCtrl+6", ID_STATUS_FREECHAT + MENUITEM "&Invisible\tCtrl+7", ID_STATUS_INVISIBLE + MENUITEM "On the &phone\tCtrl+8", ID_STATUS_ONTHEPHONE + MENUITEM "Out to &lunch\tCtrl+9", ID_STATUS_OUTTOLUNCH + END +END + #endif // Русский (Россия) resources ///////////////////////////////////////////////////////////////////////////// diff --git a/plugins/Clist_blind/src/resource.h b/plugins/Clist_blind/src/resource.h index 260e667fef..5f07d6caf0 100644 --- a/plugins/Clist_blind/src/resource.h +++ b/plugins/Clist_blind/src/resource.h @@ -5,6 +5,7 @@ #define IDD_OPT_CLIST 126 #define IDC_DROP 183 #define IDD_OPT_HOTKEY 184 +#define IDR_CLISTMENU 199 #define IDC_HYPERLINKHAND 214 #define IDC_DROPUSER 215 #define IDD_OPT_CLUI 218 @@ -133,6 +134,7 @@ #define IDC_T_GROUP 1663 #define IDC_T_DIVIDER 1664 #define IDC_T_INFO 1665 +#define ID_ICQ_EXIT 40001 // Next default values for new objects // -- cgit v1.2.3