Fixed typo in 3cae4f7

This commit is contained in:
Birunthan Mohanathas 2012-10-02 21:01:40 +03:00
parent 9ad8f4614c
commit 93c1cf0411

View File

@ -1240,7 +1240,7 @@ void CRainmeter::CreateComponentFolders(bool defaultIniLocation)
file = layoutFolder + L"RainThemes.bmp";
if (_waccess(file.c_str(), 0) != -1)
{
std::wstring newFile = layoutFolder + L"Wallpaper.ini";
std::wstring newFile = layoutFolder + L"Wallpaper.bmp";
MoveFile(file.c_str(), newFile.c_str());
}
}