From 40ea120ddb5ab1ccedd8df0df8d21fa98e036cb8 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Tue, 27 Nov 2018 23:29:00 +0300 Subject: Remove some MRA-related code --- src/mir_app/src/db_ini.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mir_app') 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"); -- cgit v1.2.3