diff options
author | George Hazan <ghazan@miranda.im> | 2019-09-16 16:34:08 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-09-16 16:34:08 +0300 |
commit | b1255c28dc19a3f13c4548019bb00e48a62d717d (patch) | |
tree | ca5d2bf5ef4dd017faf7b55690294fa17e94e8c4 /src/mir_app/res/resource.rc | |
parent | 9dbd84f15e41fcda9d930995e12da8b33f5851c7 (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.rc | 6 |
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
|