From 3c0923f862a00e75667540162790ba26cae062b6 Mon Sep 17 00:00:00 2001 From: Kimmo Pekkola Date: Sat, 1 Aug 2009 16:40:04 +0000 Subject: [PATCH] The themes are now copied to the %APPDATA% on first run. Few changes to the Enigma skin to make it work better in different resolutions. --- Application/Application.vcproj | 4 +-- Library/Rainmeter.cpp | 54 ++++++++++++++++++++++++---------- Library/Rainmeter.h | 1 + 3 files changed, 41 insertions(+), 18 deletions(-) diff --git a/Application/Application.vcproj b/Application/Application.vcproj index 0b042fe1..632f2bf5 100644 --- a/Application/Application.vcproj +++ b/Application/Application.vcproj @@ -290,7 +290,7 @@ /> & configMenuData); void CreateDefaultConfigFile(std::wstring strFile); void TestSettingsFile(bool bDefaultIniLocation); + void CopyFiles(std::wstring strFrom, std::wstring strTo); CTrayWindow* m_TrayWindow;