From b4655b16e68fc3971d8d9ed6320ae475d997d48e Mon Sep 17 00:00:00 2001 From: jsmorley Date: Fri, 23 Apr 2010 16:30:50 +0000 Subject: [PATCH] Changes to support Rainmeter under PortableApps.com / RainmeterPortable.exe 1: Changed both Rainstaller and RainThemes to preserve original settings of the following in the [Rainmeter] section of Rainmeter.ini ConfigEditor TrayExecuteL TrayExecuteM TrayExecuteR TrayExecuteDL TrayExecuteDM TrayExecuteDR CheckUpdate 2: Changed RainThemes to not load any included wallpaper / desktop background when RainmeterPortable.exe is detected as running. --- Application/Application.rc | 8 ++++---- revision-number.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Application/Application.rc b/Application/Application.rc index d46fe1ca..f75074d0 100644 --- a/Application/Application.rc +++ b/Application/Application.rc @@ -28,8 +28,8 @@ LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,2,0,387 - PRODUCTVERSION 1,2,0,387 + FILEVERSION 1,2,0,388 + PRODUCTVERSION 1,2,0,388 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -45,12 +45,12 @@ BEGIN BLOCK "040b04b0" BEGIN VALUE "FileDescription", "Rainmeter - A Customizable Resource Meter" - VALUE "FileVersion", "1, 2, 0, 387" + VALUE "FileVersion", "1, 2, 0, 388" VALUE "InternalName", "Rainmeter" VALUE "LegalCopyright", "Copyright (C) 2010 - Rainy" VALUE "OriginalFilename", "Rainmeter.exe" VALUE "ProductName", "Rainmeter" - VALUE "ProductVersion", "1, 2, 0, 387" + VALUE "ProductVersion", "1, 2, 0, 388" END END BLOCK "VarFileInfo" diff --git a/revision-number.h b/revision-number.h index dc699ad4..f72d2ade 100644 --- a/revision-number.h +++ b/revision-number.h @@ -1,2 +1,2 @@ #pragma once -const int revision_number = 387; \ No newline at end of file +const int revision_number = 388; \ No newline at end of file