diff options
author | dartraiden <wowemuh@gmail.com> | 2017-12-01 03:26:11 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2017-12-01 03:26:11 +0300 |
commit | 4d30ea7bc3eadfa252766c559feb7a00d006dcc7 (patch) | |
tree | edab0c4f10cf0c97eaae77d525e8693e19c39f94 /src | |
parent | 7902551c661c307bcfb1844c85c2c74d5012de9b (diff) |
remove Tlen completely
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 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);
|