diff options
| author | dartraiden <wowemuh@gmail.com> | 2025-05-06 14:05:33 +0300 |
|---|---|---|
| committer | dartraiden <wowemuh@gmail.com> | 2025-05-06 14:05:33 +0300 |
| commit | 8989e8e42ea1ad1cd5942f116406d3f04ff30134 (patch) | |
| tree | e3e4f2433011346460342ef26f336532658fd1a3 /src | |
| parent | 5b0030037c5996b3e839f9a78c4ccb2e89cfc909 (diff) | |
Remove almost all remaining Skype stuff
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 b48d77e8a7..5b624fd237 100644 --- a/src/mir_app/src/db_ini.cpp +++ b/src/mir_app/src/db_ini.cpp @@ -515,7 +515,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 IRC JABBER SKYPE TWITTER VKontakte");
+ Profile_GetSetting(L"AutoExec/Unsafe", buf, L"Facebook GG IRC JABBER TWITTER VKontakte");
ptrA szUnsafeSections(mir_u2a(buf));
Profile_GetSetting(L"AutoExec/Warn", szSecurity, L"notsafe");
|
