diff options
author | George Hazan <ghazan@miranda.im> | 2022-09-21 22:12:40 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-09-21 22:12:40 +0300 |
commit | ffdd43398c6beebd3eaeb8a3b8d0722f90c470ba (patch) | |
tree | 56bdf5ac8b1b58074faad92a9403d13aac6cbff3 /plugins/AVS/src/main.cpp | |
parent | 6ef18969b0a9107c4afb99de8fc07982ff3ca645 (diff) |
fixes #3202 (StdUserInfo: перекошены элементы на странице "Аватар")
Diffstat (limited to 'plugins/AVS/src/main.cpp')
-rw-r--r-- | plugins/AVS/src/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/AVS/src/main.cpp b/plugins/AVS/src/main.cpp index 4dacf724bb..2ad7a85047 100644 --- a/plugins/AVS/src/main.cpp +++ b/plugins/AVS/src/main.cpp @@ -56,7 +56,8 @@ static PLUGININFOEX pluginInfoEx = };
CMPlugin::CMPlugin() :
- PLUGIN<CMPlugin>("AVS_Settings", pluginInfoEx)
+ PLUGIN<CMPlugin>(MODULENAME, pluginInfoEx),
+ bPerProto(MODULENAME, "PerProtocolUserAvatars", 1)
{}
/////////////////////////////////////////////////////////////////////////////////////////
|