Some minor changes.

This commit is contained in:
Birunthan Mohanathas 2010-12-11 10:31:19 +00:00
parent 6779269b07
commit 42917f7d67

View File

@ -1421,7 +1421,7 @@ int CRainmeter::Initialize(HWND Parent, HINSTANCE Instance, LPCSTR szPath)
CSystem::CopyFiles(strFrom, strTo); CSystem::CopyFiles(strFrom, strTo);
// This shouldn't be copied // This shouldn't be copied
std::wstring strNote = strTo + L"Read me before copying skins to here.txt"; std::wstring strNote = strTo + L"Read me before copying skins here.txt";
CSystem::RemoveFile(strNote); CSystem::RemoveFile(strNote);
// Copy also the themes to the %APPDATA% // Copy also the themes to the %APPDATA%