From 4d30ea7bc3eadfa252766c559feb7a00d006dcc7 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Fri, 1 Dec 2017 03:26:11 +0300 Subject: remove Tlen completely --- src/mir_app/src/db_ini.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mir_app/src/db_ini.cpp b/src/mir_app/src/db_ini.cpp index 5e0ad49146..dac3cc202f 100644 --- a/src/mir_app/src/db_ini.cpp +++ b/src/mir_app/src/db_ini.cpp @@ -516,7 +516,7 @@ static void DoAutoExec(void) if (!mir_wstrcmpi(szUse, L"no")) return; GetPrivateProfileString(L"AutoExec", L"Safe", L"CLC Icons CLUI CList SkinSounds", buf, _countof(buf), mirandabootini); ptrA szSafeSections(mir_u2a(buf)); - GetPrivateProfileString(L"AutoExec", L"Unsafe", L"AIM Facebook GG ICQ IRC JABBER MRA MSN SKYPE Tlen TWITTER VKontakte", buf, _countof(buf), mirandabootini); + GetPrivateProfileString(L"AutoExec", L"Unsafe", L"AIM Facebook GG ICQ IRC JABBER MRA MSN SKYPE TWITTER VKontakte", buf, _countof(buf), mirandabootini); ptrA szUnsafeSections(mir_u2a(buf)); GetPrivateProfileString(L"AutoExec", L"Warn", L"notsafe", szSecurity, _countof(szSecurity), mirandabootini); -- cgit v1.2.3