Minor change for r948.

This commit is contained in:
spx 2011-09-10 22:31:05 +00:00
parent a52abc05af
commit e4ffc1bc6c

View File

@ -2285,7 +2285,6 @@ void CRainmeter::CreateMeterWindow(const std::wstring& path, const std::wstring&
{
mw->Initialize(*this);
CDialogAbout::UpdateSkins();
CDialogManage::UpdateSkins(mw);
}
catch (CError& error)
@ -2294,6 +2293,7 @@ void CRainmeter::CreateMeterWindow(const std::wstring& path, const std::wstring&
LogError(error);
}
CDialogAbout::UpdateSkins();
}
}