From 3384febccab1e5a92b743d503d012e649d4740cc Mon Sep 17 00:00:00 2001 From: dartraiden Date: Tue, 29 Aug 2023 00:19:44 +0300 Subject: Now history can belong not only to the user, but also to the chat --- plugins/NewStory/src/history_menus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/NewStory') diff --git a/plugins/NewStory/src/history_menus.cpp b/plugins/NewStory/src/history_menus.cpp index 0643758aad..a10c6af918 100644 --- a/plugins/NewStory/src/history_menus.cpp +++ b/plugins/NewStory/src/history_menus.cpp @@ -133,7 +133,7 @@ void InitMenus() { // Contact menu items CMenuItem mi(&g_plugin); SET_UID(mi, 0xc20d7a69, 0x7607, 0x4aad, 0xa7, 0x42, 0x10, 0x86, 0xfb, 0x32, 0x49, 0x21); - mi.name.a = LPGEN("User history"); + mi.name.a = LPGEN("History"); mi.position = 1000090000; mi.pszService = MS_HISTORY_SHOWCONTACTHISTORY; mi.hIcolibItem = g_plugin.getIconHandle(IDI_NEWSTORY); -- cgit v1.2.3