From cad1e7a8d2f3c77c05185268269d8cf190c58120 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 1 Jun 2020 17:12:39 +0300 Subject: =?UTF-8?q?fixes=20#2394=20(NewStory:=20=D0=B5=D0=B3=D0=BE=20?= =?UTF-8?q?=D0=BF=D1=83=D0=BD=D0=BA=D1=82=D1=8B=20=D0=BC=D0=B5=D0=BD=D1=8E?= =?UTF-8?q?=20=D0=BD=D0=B5=20=D0=BE=D1=82=D0=BA=D0=BB=D1=8E=D1=87=D0=B0?= =?UTF-8?q?=D1=8E=D1=82=D1=81=D1=8F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/NewStory/src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/NewStory/src/main.cpp b/plugins/NewStory/src/main.cpp index e090402bdc..a480feebd7 100644 --- a/plugins/NewStory/src/main.cpp +++ b/plugins/NewStory/src/main.cpp @@ -82,12 +82,14 @@ static int evtModulesLoaded(WPARAM, LPARAM) CMenuItem mi(&g_plugin); + SET_UID(mi, 0xc20d7a69, 0x7607, 0x4aad, 0xa7, 0x42, 0x10, 0x86, 0xfb, 0x32, 0x49, 0x21); mi.pszService = MS_HISTORY_SHOWCONTACTHISTORY; mi.name.a = LPGEN("User history"); mi.position = 1999990000; mi.hIcon = g_plugin.getIcon(ICO_NEWSTORY); Menu_AddContactMenuItem(&mi); + SET_UID(mi, 0xc20d7a69, 0x7607, 0x4aad, 0xa7, 0x42, 0x10, 0x86, 0xfb, 0x32, 0x49, 0x22); mi.pszService = "Newstory/System"; mi.name.a = LPGEN("System history"); mi.position = 1999990000; -- cgit v1.2.3