summaryrefslogtreecommitdiff
path: root/src/mir_app
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2018-11-27 23:29:00 +0300
committerdartraiden <wowemuh@gmail.com>2018-11-27 23:29:00 +0300
commit40ea120ddb5ab1ccedd8df0df8d21fa98e036cb8 (patch)
tree4cf0de87203a4345525585046adfb63e14ec8050 /src/mir_app
parent6c150a78d3c8da566f86ea14a6fe0b5a75c069f1 (diff)
Remove some MRA-related code
Diffstat (limited to 'src/mir_app')
-rw-r--r--src/mir_app/src/db_ini.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/src/db_ini.cpp b/src/mir_app/src/db_ini.cpp
index a03aabc333..7f2408a63e 100644
--- a/src/mir_app/src/db_ini.cpp
+++ b/src/mir_app/src/db_ini.cpp
@@ -501,7 +501,7 @@ static void DoAutoExec(void)
Profile_GetSetting(L"AutoExec/Safe", buf, L"CLC Icons CLUI CList SkinSounds");
ptrA szSafeSections(mir_u2a(buf));
- Profile_GetSetting(L"AutoExec/Unsafe", buf, L"Facebook GG ICQ IRC JABBER MRA MSN SKYPE TWITTER VKontakte");
+ Profile_GetSetting(L"AutoExec/Unsafe", buf, L"Facebook GG ICQ IRC JABBER MSN SKYPE TWITTER VKontakte");
ptrA szUnsafeSections(mir_u2a(buf));
Profile_GetSetting(L"AutoExec/Warn", szSecurity, L"notsafe");