summaryrefslogtreecommitdiff
path: root/plugins/Clist_nicer/res/resource.rc
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-07-02 21:22:56 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-07-02 21:22:56 +0000
commit4a2ea340fd570327f95caedb215713342d9bd160 (patch)
tree228221abffb46f0c20a4074a0b2383d8d23e01d0 /plugins/Clist_nicer/res/resource.rc
parent97da56e182c28cfa9b9886985ad1a2aff8fe9727 (diff)
grrm, no, shitty menu should be removed only from mir_app :(
git-svn-id: http://svn.miranda-ng.org/main/trunk@14479 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_nicer/res/resource.rc')
-rw-r--r--plugins/Clist_nicer/res/resource.rc22
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/Clist_nicer/res/resource.rc b/plugins/Clist_nicer/res/resource.rc
index 82d8389117..28fbc2cd53 100644
--- a/plugins/Clist_nicer/res/resource.rc
+++ b/plugins/Clist_nicer/res/resource.rc
@@ -579,6 +579,28 @@ IDC_DROPUSER CURSOR "..\\..\\..\\src\\mir_app\\res\\
// 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 "&NA\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
+
IDR_CONTEXT MENU
BEGIN
POPUP "Tray"