Fixed issue with 922dd09

This commit is contained in:
Birunthan Mohanathas 2012-06-03 11:09:43 +03:00
parent 8b5e4c3ace
commit d1b985d3f4

View File

@ -1339,7 +1339,7 @@ void CRainmeter::CreateMeterWindow(const std::wstring& folderPath, const std::ws
if (mw) if (mw)
{ {
m_MeterWindows.insert(std::make_pair(folderPath, mw)); m_MeterWindows[folderPath] = mw;
try try
{ {