diff options
author | George Hazan <george.hazan@gmail.com> | 2023-05-30 17:47:15 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-05-30 17:47:15 +0300 |
commit | 1cb5721c62ccea00e1423e347f56038e52176736 (patch) | |
tree | a9b728f4b55797a520d7a47e084f45877e1c4c06 /protocols/Telegram/src/main.cpp | |
parent | b84d7da2abb0632aa9214987102b783f63f8bc2e (diff) |
Telegram: text messages forwarding
Diffstat (limited to 'protocols/Telegram/src/main.cpp')
-rw-r--r-- | protocols/Telegram/src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Telegram/src/main.cpp b/protocols/Telegram/src/main.cpp index fc521880b9..190eeada7b 100644 --- a/protocols/Telegram/src/main.cpp +++ b/protocols/Telegram/src/main.cpp @@ -41,6 +41,7 @@ extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_PROTOC static IconItem iconList[] =
{
{ LPGEN("Premium user"), "premuim", IDI_PREMIUM },
+ { LPGEN("Forward"), "forward", IDI_FORWARD },
};
int CMPlugin::Load()
|