summary refs log tree commit diff stats
path: root/build
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-11-15 13:48:05 +0100
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-11-15 13:48:05 +0100
commit711d06b42d1e10547be1b78e67db40084465a350 (patch)
treeed003e0fef09aa815b4145440f941bf9c7bbc3c7 /build
parent00e7b363f8622f7d8ede7db66ae573a1a45aceef (diff)
even more tabulation fix
Diffstat (limited to 'build')
-rw-r--r--build/xchat-wdk.skel.iss14
1 files changed, 7 insertions, 7 deletions
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;