summaryrefslogtreecommitdiff
path: root/src/mir_app
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-03-05 19:56:19 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-03-05 19:56:19 +0300
commit8a1ff32e54b39ceef22df61bda17bbfda94918fc (patch)
tree89acd8621cda6795b42f59c0226e78ebda4f9f36 /src/mir_app
parenta9a1da437a9388a34c35a62992130480d8e5986c (diff)
fixes #1876 (YAPP renamed to StdPopup, to popup service be always present)
Diffstat (limited to 'src/mir_app')
-rw-r--r--src/mir_app/src/newplugins.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mir_app/src/newplugins.cpp b/src/mir_app/src/newplugins.cpp
index 4ccbf43a4c..c77b80b7b9 100644
--- a/src/mir_app/src/newplugins.cpp
+++ b/src/mir_app/src/newplugins.cpp
@@ -139,6 +139,7 @@ static MuuidReplacement pluginDefault[] =
{ MIID_AUTOAWAY, L"stdautoaway", nullptr }, // 6
{ MIID_USERONLINE, L"stduseronline", nullptr }, // 7
{ MIID_SRAWAY, L"stdaway", nullptr }, // 8
+ { MIID_POPUP, L"stdpopup", nullptr }, // 9
};
int getDefaultPluginIdx(const MUUID &muuid)