diff options
| author | dartraiden <wowemuh@gmail.com> | 2024-06-26 18:26:19 +0300 |
|---|---|---|
| committer | dartraiden <wowemuh@gmail.com> | 2024-06-26 18:26:34 +0300 |
| commit | 23d9f6a67896075774cff9710ecb30f516ec527e (patch) | |
| tree | 4a02f9ca3d6c7d9543c29c0edc98009a4594a575 /src | |
| parent | 57ae8704061d0a87fbc86ae6172a08eb7fcbddf2 (diff) | |
Sync with docs
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 b3f8c94469..937791ee6e 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 ICQ IRC JABBER SKYPE TWITTER VKontakte");
+ Profile_GetSetting(L"AutoExec/Unsafe", buf, L"Facebook GG IRC JABBER MRA SKYPE TWITTER VKontakte");
ptrA szUnsafeSections(mir_u2a(buf));
Profile_GetSetting(L"AutoExec/Warn", szSecurity, L"notsafe");
|
