Remove unnecessary locale/UTF-8 encoding conversions

This commit is contained in:
Jānis Rūcis
2010-05-20 19:13:48 +03:00
parent f1193766e1
commit b566370748
9 changed files with 20 additions and 38 deletions

View File

@@ -346,7 +346,7 @@ void RunBSP(const char* name)
void Sys_SetTitle(const char *text, bool modified)
{
StringOutputStream title;
title << ConvertLocaleToUTF8(text);
title << text;
if(modified)
{