summaryrefslogtreecommitdiff
path: root/src/mir_app/res
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-12-29 18:49:19 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-12-29 18:49:19 +0300
commit703f9873a6ba22dacf3622ea8297293d4f72b869 (patch)
tree1aa46ac7d7f5736586abdc15f2170543c9513acb /src/mir_app/res
parent7091bdb006d885884e2151da398fb2819e7ed49a (diff)
mir_app: unused trash removed
Diffstat (limited to 'src/mir_app/res')
-rw-r--r--src/mir_app/res/resource.rc41
1 files changed, 2 insertions, 39 deletions
diff --git a/src/mir_app/res/resource.rc b/src/mir_app/res/resource.rc
index bc272747c6..9aaf8b1a00 100644
--- a/src/mir_app/res/resource.rc
+++ b/src/mir_app/res/resource.rc
@@ -1674,51 +1674,14 @@ IDC_DROPUSER CURSOR "cursor_drop_user.cur"
IDR_CONTEXT MENU
BEGIN
- POPUP "Tray"
- BEGIN
- MENUITEM "&Hide/Show", ID_TRAY_HIDE
- MENUITEM SEPARATOR
- MENUITEM "E&xit", ID_TRAY_EXIT
- END
- POPUP "Nowhere"
- BEGIN
- MENUITEM "&New group", POPUP_NEWGROUP
- MENUITEM SEPARATOR
- MENUITEM "&Hide offline users", POPUP_HIDEOFFLINE
- MENUITEM "Hide &offline users out here", POPUP_HIDEOFFLINEROOT
- MENUITEM "Hide &empty groups", POPUP_HIDEEMPTYGROUPS
- MENUITEM "Disable &groups", POPUP_DISABLEGROUPS
- MENUITEM SEPARATOR
- MENUITEM "Hide Miranda", POPUP_HIDEMIRANDA
- END
- POPUP "Group"
- BEGIN
- MENUITEM "&New subgroup", POPUP_NEWSUBGROUP
- MENUITEM "&Hide offline users in here", POPUP_GROUPHIDEOFFLINE
- MENUITEM SEPARATOR
- MENUITEM "&Rename group", POPUP_RENAMEGROUP
- MENUITEM "&Delete group", POPUP_DELETEGROUP
- END
- POPUP "IconOptions"
- BEGIN
- MENUITEM "&Reset to default", ID_RESET
- END
- POPUP "find/add"
+ POPUP ""
BEGIN
MENUITEM "&Add to list", IDC_ADD
MENUITEM SEPARATOR
MENUITEM "User &details", IDC_DETAILS
MENUITEM "Send &message", IDM_SENDMESSAGE
END
- POPUP "Log"
- BEGIN
- MENUITEM "&Copy", IDM_COPY
- MENUITEM "Co&py all", IDM_COPYALL
- MENUITEM "Select &all", IDM_SELECTALL
- MENUITEM SEPARATOR
- MENUITEM "C&lear log", IDM_CLEAR
- END
- POPUP "LogLink"
+ POPUP ""
BEGIN
MENUITEM "&Open link", IDM_OPENLINK
MENUITEM "&Copy link", IDM_COPYLINK