From c643795803e908de6eb9d3001ecbbcdb712285b3 Mon Sep 17 00:00:00 2001
From: George Hazan <george.hazan@gmail.com>
Date: Tue, 21 Nov 2023 12:40:31 +0300
Subject: fixes #3940 completely

---
 src/mir_app/src/newplugins.cpp | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

(limited to 'src/mir_app')

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)
-- 
cgit v1.2.3