diff options
author | dartraiden <wowemuh@gmail.com> | 2023-08-29 00:19:44 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2023-08-29 00:19:44 +0300 |
commit | 3384febccab1e5a92b743d503d012e649d4740cc (patch) | |
tree | dd5990b8da704c951ae05324427e9638ab11189f /plugins/NewStory/src | |
parent | 9583c89d5a32a1a228c0cb3d626367cc91ef5c40 (diff) |
Now history can belong not only to the user, but also to the chat
Diffstat (limited to 'plugins/NewStory/src')
-rw-r--r-- | plugins/NewStory/src/history_menus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |