diff options
author | dartraiden <wowemuh@gmail.com> | 2021-12-21 23:26:33 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2021-12-21 23:26:33 +0300 |
commit | 287e8443d9d118ac592ee1dae671b791686fd850 (patch) | |
tree | 63035befe182ed3e366d0147d90ede9f1305ce76 /protocols/Discord/src | |
parent | 803635750f22fd56fc0563b96ffd7fe7f4f6f8b9 (diff) |
Discord: sync menu item name beetween contact and nickist menus
Diffstat (limited to 'protocols/Discord/src')
-rw-r--r-- | protocols/Discord/src/menus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Discord/src/menus.cpp b/protocols/Discord/src/menus.cpp index f51d7c7d5c..e6b00cf29a 100644 --- a/protocols/Discord/src/menus.cpp +++ b/protocols/Discord/src/menus.cpp @@ -155,7 +155,7 @@ void CDiscordProto::InitMenus() SET_UID(mi, 0x6EF11AD6, 0x6111, 0x4E29, 0xBA, 0x8B, 0xA7, 0xB2, 0xE0, 0x22, 0xE1, 0x8E); mi.pszService = "/CopyId"; - mi.name.a = LPGEN("Copy Discord ID"); + mi.name.a = LPGEN("Copy ID"); mi.position = -200001002; mi.hIcolibItem = Skin_GetIconHandle(SKINICON_OTHER_USERONLINE); Menu_AddContactMenuItem(&mi, m_szModuleName); |