mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed typo in 3cae4f7
This commit is contained in:
parent
9ad8f4614c
commit
93c1cf0411
@ -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());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user