From 39fbb79448bdf9604dd9b1072438a1d58a4bd7e1 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Sun, 17 Jan 2016 20:49:34 +0000 Subject: remove old garbage, the menu is created dynamically git-svn-id: http://svn.miranda-ng.org/main/trunk@16116 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/stdclist/res/resource.rc | 27 --------------------------- src/core/stdclist/src/resource.h | 2 -- 2 files changed, 29 deletions(-) (limited to 'src/core') diff --git a/src/core/stdclist/res/resource.rc b/src/core/stdclist/res/resource.rc index 452f1bfec8..60020cbfac 100644 --- a/src/core/stdclist/res/resource.rc +++ b/src/core/stdclist/res/resource.rc @@ -459,33 +459,6 @@ IDC_HYPERLINKHAND CURSOR "hyperlin.cur" IDC_DROP CURSOR "dragcopy.cur" IDC_DROPUSER CURSOR "dropuser.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 // English (U.S.) resources ///////////////////////////////////////////////////////////////////////////// diff --git a/src/core/stdclist/src/resource.h b/src/core/stdclist/src/resource.h index 149f8ec214..3af74095fa 100644 --- a/src/core/stdclist/src/resource.h +++ b/src/core/stdclist/src/resource.h @@ -5,7 +5,6 @@ #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 @@ -136,7 +135,6 @@ #define IDC_WINCOLOUR 1659 #define IDC_ICONBLINK 1660 #define IDC_STMSDELAY 1661 -#define ID_ICQ_EXIT 40001 #define POPUP_HIDEEMPTYGROUPS 40003 #define POPUP_NEWSUBGROUP 40004 #define POPUP_HIDEOFFLINE 40005 -- cgit v1.2.3