diff options
author | George Hazan <ghazan@miranda.im> | 2022-12-05 20:20:50 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-12-05 20:20:50 +0300 |
commit | 3484d2d1aafb294f387ef5b3e42f04e5129ab55a (patch) | |
tree | 8b0b01d0c03b031b65c708b5c1ee4feeed0288e1 /protocols/Telegram/src/main.cpp | |
parent | 1c7167406020c45856358a95c1ade1aa217dccd3 (diff) |
Telegram: protocol icons
Diffstat (limited to 'protocols/Telegram/src/main.cpp')
-rw-r--r-- | protocols/Telegram/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Telegram/src/main.cpp b/protocols/Telegram/src/main.cpp index 07a551794b..5e03db9f29 100644 --- a/protocols/Telegram/src/main.cpp +++ b/protocols/Telegram/src/main.cpp @@ -12,7 +12,7 @@ CMPlugin g_plugin; ///////////////////////////////////////////////////////////////////////////////////////// -static PLUGININFOEX pluginInfo = +PLUGININFOEX pluginInfo = { sizeof(PLUGININFOEX), __PLUGIN_NAME, |