summaryrefslogtreecommitdiff
path: root/src/mir_app/res/resource.rc
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-09-16 16:34:08 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-09-16 16:34:08 +0300
commitb1255c28dc19a3f13c4548019bb00e48a62d717d (patch)
treeca5d2bf5ef4dd017faf7b55690294fa17e94e8c4 /src/mir_app/res/resource.rc
parent9dbd84f15e41fcda9d930995e12da8b33f5851c7 (diff)
SRMM:
- fixes #2066 (tabSRMM: chat menu remains wide after closing); - no need to export Chat_CreateGCMenu anymore; - useless function Chat_DestroyGCMenu removed
Diffstat (limited to 'src/mir_app/res/resource.rc')
-rw-r--r--src/mir_app/res/resource.rc6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mir_app/res/resource.rc b/src/mir_app/res/resource.rc
index 90b54f150f..3e5cd8d7fd 100644
--- a/src/mir_app/res/resource.rc
+++ b/src/mir_app/res/resource.rc
@@ -1267,12 +1267,16 @@ BEGIN
END
END
-IDR_SRMM MENU
+IDR_USERMENU MENU
BEGIN
POPUP "List"
BEGIN
MENUITEM "&Message", IDM_SENDMESSAGE
END
+END
+
+IDR_LOGMENU MENU
+BEGIN
POPUP "Log"
BEGIN
MENUITEM "Clear lo&g", IDM_CLEAR