This commit is contained in:
jsmorley 2009-08-10 19:48:27 +00:00
parent 74cd1be585
commit 7c3c4e1bf1

View File

@ -177,7 +177,7 @@ UINT Initialize(HMODULE instance, LPCTSTR iniFile, LPCTSTR section, UINT id)
data->stringIndex2 = _wtoi(tmpSz);
}
tmpSz = ReadConfigString(section, L"UpdateRate", L"1");
tmpSz = ReadConfigString(section, L"UpdateRate", L"600");
if (tmpSz)
{
data->updateRate = _wtoi(tmpSz);