From 711d06b42d1e10547be1b78e67db40084465a350 Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Mon, 15 Nov 2010 13:48:05 +0100 Subject: even more tabulation fix --- build/xchat-wdk.skel.iss | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'build') diff --git a/build/xchat-wdk.skel.iss b/build/xchat-wdk.skel.iss index f16c7e2e..44b58813 100644 --- a/build/xchat-wdk.skel.iss +++ b/build/xchat-wdk.skel.iss @@ -235,14 +235,14 @@ BeveledLabel= XChat-WDK ///////////////////////////////////////////////////////////////////// function GetUninstallString(): String; var - sUnInstPath: String; - sUnInstallString: String; + sUnInstPath: String; + sUnInstallString: String; begin - sUnInstPath := ExpandConstant('Software\Microsoft\Windows\CurrentVersion\Uninstall\XChat-WDK_is1'); - sUnInstallString := ''; - if not RegQueryStringValue(HKLM, sUnInstPath, 'UninstallString', sUnInstallString) then - RegQueryStringValue(HKCU, sUnInstPath, 'UninstallString', sUnInstallString); - Result := sUnInstallString; + sUnInstPath := ExpandConstant('Software\Microsoft\Windows\CurrentVersion\Uninstall\XChat-WDK_is1'); + sUnInstallString := ''; + if not RegQueryStringValue(HKLM, sUnInstPath, 'UninstallString', sUnInstallString) then + RegQueryStringValue(HKCU, sUnInstPath, 'UninstallString', sUnInstallString); + Result := sUnInstallString; end; -- cgit 1.4.1