2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

fixed conflict with apple libraries, langs support added to xcode project

This commit is contained in:
John Preston
2014-12-20 01:03:50 +03:00
parent 0990a66f3c
commit 837f32d443
8 changed files with 64 additions and 52 deletions

View File

@@ -1600,7 +1600,7 @@ namespace App {
case dbiLang: {
qint32 v;
configStream >> v;
if (v == langTestlang || (v >= 0 && v < langCount)) {
if (v == languageTestlang || (v >= 0 && v < languageCount)) {
cSetLang(v);
}
} break;