summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-11-21 12:40:31 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-11-21 12:40:31 +0300
commitc643795803e908de6eb9d3001ecbbcdb712285b3 (patch)
treeef47757cb7e79e5c73ad7d8ca5acce1411ef4dfd
parent4424612cbfaf58db1192203ee46c15bcfed71cb8 (diff)
fixes #3940 completely
-rw-r--r--src/mir_app/src/newplugins.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/mir_app/src/newplugins.cpp b/src/mir_app/src/newplugins.cpp
index c756365c17..f17de35deb 100644
--- a/src/mir_app/src/newplugins.cpp
+++ b/src/mir_app/src/newplugins.cpp
@@ -150,15 +150,15 @@ bool isPluginBanned(const MUUID &u1)
static MuuidReplacement pluginDefault[] =
{
- { MIID_CLIST, L"stdclist", nullptr }, // 0
- { MIID_SRMM, L"stdmsg", nullptr }, // 1
- { MIID_UIUSERINFO, L"stduserinfo", nullptr }, // 2
- { MIID_SREMAIL, L"stdemail", nullptr }, // 3
- { MIID_UIHISTORY, L"stduihist", nullptr }, // 4
- { MIID_AUTOAWAY, L"stdautoaway", nullptr }, // 5
- { MIID_USERONLINE, L"stduseronline", nullptr }, // 6
- { MIID_SRAWAY, L"stdaway", nullptr }, // 7
- { MIID_POPUP, L"stdpopup", nullptr }, // 8
+ { MIID_CLIST, L"StdClist", nullptr }, // 0
+ { MIID_SRMM, L"StdMsg", nullptr }, // 1
+ { MIID_UIUSERINFO, L"StdUserInfo", nullptr }, // 2
+ { MIID_SREMAIL, L"StdEmail", nullptr }, // 3
+ { MIID_UIHISTORY, L"StdUIHist", nullptr }, // 4
+ { MIID_AUTOAWAY, L"StdAutoAway", nullptr }, // 5
+ { MIID_USERONLINE, L"StdUserOnline", nullptr }, // 6
+ { MIID_SRAWAY, L"StdAway", nullptr }, // 7
+ { MIID_POPUP, L"StdPopup", nullptr }, // 8
};
int getDefaultPluginIdx(const MUUID &muuid)