Optimized ConfigParser. Reduced processing time on startup and on refreshing.

This commit is contained in:
spx
2011-07-06 09:00:44 +00:00
parent c7f9293e9c
commit 4389edb8c1
3 changed files with 81 additions and 82 deletions

View File

@ -1778,7 +1778,7 @@ void CMeterWindow::ReadConfig()
m_ConfigGroup = L"";
CConfigParser parser;
parser.Initialize(iniFile.c_str(), m_Rainmeter);
parser.Initialize(iniFile.c_str(), m_Rainmeter, NULL, m_SkinName.c_str());
for (int i = 0; i < 2; ++i)
{