From 93c1cf0411320c20921b38448256d5dbb9ce0b2d Mon Sep 17 00:00:00 2001 From: Birunthan Mohanathas Date: Tue, 2 Oct 2012 21:01:40 +0300 Subject: [PATCH] Fixed typo in 3cae4f7 --- Library/Rainmeter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Rainmeter.cpp b/Library/Rainmeter.cpp index f9d6824d..d79ce256 100644 --- a/Library/Rainmeter.cpp +++ b/Library/Rainmeter.cpp @@ -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()); } }