More tweaks.

This commit is contained in:
Birunthan Mohanathas
2011-11-08 19:11:31 +00:00
parent 852163bf68
commit a1e722181e
7 changed files with 18 additions and 57 deletions

View File

@ -151,9 +151,9 @@ void CMeasureRegistry::ReadConfig(CConfigParser& parser, const WCHAR* section)
else
{
std::wstring error = L"HKEY=" + keyname;
error += L" is not valid in measure [";
error += L" is not valid in [";
error += m_Name;
error += L"].";
error += L"]";
throw CError(error, __LINE__, __FILE__);
}