summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-08-30 18:09:07 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-08-30 18:09:07 +0300
commit7445fbd5af8d77f4b6f63876df93f81cd5d41519 (patch)
tree9359d90f10cd87ac37c012d62d1189cbb64b6b15 /plugins
parent2ff2b9e60f641ea6090c287c105f4537c4d3cd48 (diff)
fixes #3182 (VoiceService: не вгружаются на лету пункты плагина в раздел "Звуки")
Diffstat (limited to 'plugins')
-rw-r--r--plugins/VoiceService/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VoiceService/src/main.cpp b/plugins/VoiceService/src/main.cpp
index 8c307b9dfd..55855b10ec 100644
--- a/plugins/VoiceService/src/main.cpp
+++ b/plugins/VoiceService/src/main.cpp
@@ -30,7 +30,7 @@ PLUGININFOEX pluginInfoEx =
__AUTHOR,
__COPYRIGHT,
__AUTHORWEB,
- UNICODE_AWARE | STATIC_PLUGIN,
+ UNICODE_AWARE,
{ 0x1bfc449d, 0x8f6f, 0x4080, { 0x8f, 0x35, 0xf9, 0x40, 0xb3, 0xde, 0x12, 0x84 } } // {1BFC449D-8F6F-4080-8F35-F940B3DE1284}
};