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

@ -833,9 +833,9 @@ CMeasure* CMeasure::Create(const WCHAR* measure, CMeterWindow* meterWindow, cons
// Error
std::wstring error = L"Measure=";
error += measure;
error += L" is not valid in section [";
error += L" is not valid in [";
error += name;
error += L"].";
error += L"]";
throw CError(error, __LINE__, __FILE__);
return NULL;