Additional changes to f2b52b4

This commit is contained in:
Birunthan Mohanathas
2012-07-18 09:22:47 +03:00
parent f2b52b4204
commit 4dbf7932ab
4 changed files with 38 additions and 118 deletions

View File

@ -299,8 +299,7 @@ void CMeterString::Initialize()
if (m_FontSize != 0)
{
std::wstring error = L"String: Unable to create font: " + m_FontFace;
throw CError(error);
LogWithArgs(LOG_ERROR, L"String: Invalid font: %s", m_FontFace.c_str());
}
}
}