From 1b308509eac4a2ddfe601643cb699e77cd426d7f Mon Sep 17 00:00:00 2001 From: dartraiden Date: Fri, 4 Jan 2019 14:57:12 +0300 Subject: Fix menu item name (this item also close chat window) --- src/mir_app/src/chat_clist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mir_app') diff --git a/src/mir_app/src/chat_clist.cpp b/src/mir_app/src/chat_clist.cpp index 43944f535b..3a40052fc0 100644 --- a/src/mir_app/src/chat_clist.cpp +++ b/src/mir_app/src/chat_clist.cpp @@ -167,7 +167,7 @@ int PrebuildContactMenu(WPARAM hContact, LPARAM) } else { bEnabledJoin = true; - Menu_ModifyItem(hJoinMenuItem, LPGENW("&Open chat window")); + Menu_ModifyItem(hJoinMenuItem, LPGENW("&Open/close chat window")); } } bEnabledLeave = ProtoServiceExists(szProto, PS_LEAVECHAT) != 0; -- cgit v1.2.3