diff options
author | dartraiden <wowemuh@gmail.com> | 2017-08-27 18:59:11 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2017-08-27 18:59:11 +0300 |
commit | cd61f982890d054902ec3b63446e71519aad6f1a (patch) | |
tree | 31e8cc13070cab61ba4a10851a36e4a2bc7e7a4d /src | |
parent | 189ece8b9849872ae38cd76f91920996569d4061 (diff) |
remove XFire remains
Diffstat (limited to 'src')
-rw-r--r-- | src/mir_app/src/db_ini.cpp | 2 |
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 7be2e79f5d..02b241d0a1 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 XFire", buf, _countof(buf), mirandabootini);
+ GetPrivateProfileString(L"AutoExec", L"Unsafe", L"AIM Facebook GG ICQ IRC JABBER MRA MSN SKYPE Tlen TWITTER VKontakte", buf, _countof(buf), mirandabootini);
ptrA szUnsafeSections(mir_u2a(buf));
GetPrivateProfileString(L"AutoExec", L"Warn", L"notsafe", szSecurity, _countof(szSecurity), mirandabootini);
|