From febd22cce4a16b2222b1b14d70edabbc9cd37805 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 12 Mar 2021 13:21:39 +0300 Subject: =?UTF-8?q?fixes=20#2760=20(Jabber:=20=D0=BD=D0=B5=20=D1=80=D0=B0?= =?UTF-8?q?=D0=B1=D0=BE=D1=82=D0=B0=D0=B5=D1=82=20=D0=BC=D0=B5=D0=BD=D1=8E?= =?UTF-8?q?=20Invite=20to=20room)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protocols/JabberG/src/jabber_chat.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols') diff --git a/protocols/JabberG/src/jabber_chat.cpp b/protocols/JabberG/src/jabber_chat.cpp index 6a90389fb4..8946a65c78 100644 --- a/protocols/JabberG/src/jabber_chat.cpp +++ b/protocols/JabberG/src/jabber_chat.cpp @@ -546,6 +546,7 @@ int CJabberProto::JabberGcMenuHook(WPARAM, LPARAM lParam) gc_item *pItem = sttFindGcMenuItem(_countof(sttListItems), sttListItems, idx); pItem->uType = MENU_POPUPITEM; + pItem->pszDesc = item->si->ptszID; if (++idx > IDM_LINK9) break; } -- cgit v1.2.3