SkinInstaller: Added Debug and Language to ignored keys in themes

This commit is contained in:
Birunthan Mohanathas 2012-01-03 19:34:37 +00:00
parent 8e629507df
commit 068eb26379

View File

@ -1093,7 +1093,8 @@ bool InstallComponents(RMSKIN_DATA* data)
WritePrivateProfileString(L"Rainmeter", L"DisableRDP", NULL, filePath);
WritePrivateProfileString(L"Rainmeter", L"DisableVersionCheck", NULL, filePath);
WritePrivateProfileString(L"Rainmeter", L"Logging", NULL, filePath);
WritePrivateProfileString(L"illustro", L"Version", NULL, filePath);
WritePrivateProfileString(L"Rainmeter", L"Language", NULL, filePath);
WritePrivateProfileString(L"Rainmeter", L"Debug", NULL, filePath);
}
result = unzGoToNextFile(ufile);