[linux] updatesvc: debug

This commit is contained in:
SimplestStudio
2025-02-16 12:55:35 +02:00
parent 274d6cf4c2
commit e8f6a7bfc2

View File

@ -149,8 +149,8 @@ tstring Translator::tr(const char *str)
return strIdPair.second[primaryLang];
}
}
if (strIdPair.second.find(L"en") != strIdPair.second.end())
return strIdPair.second[L"en"];
if (strIdPair.second.find(_T("en")) != strIdPair.second.end())
return strIdPair.second[_T("en")];
break;
}
// }