changeset 13531:703e5ba8fb82

[gaim-migrate @ 15908] Fix looping when dictionary isn't installed successfuly committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 20 Mar 2006 19:07:18 +0000
parents 2e10680b7545
children 153434dc60ad
files gaim-installer.nsi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gaim-installer.nsi	Mon Mar 20 18:11:29 2006 +0000
+++ b/gaim-installer.nsi	Mon Mar 20 19:07:18 2006 +0000
@@ -1826,8 +1826,8 @@
 
   check:
   ClearErrors
-  ReadRegStr $R1 HKLM "${ASPELL_REG_KEY}-$R0" ""
-  StrCmp $R1 "" 0 installed
+  ReadRegStr $R2 HKLM "${ASPELL_REG_KEY}-$R0" ""
+  StrCmp $R2 "" 0 installed
 
   ; If this is the check after installation, don't infinite loop on failure
   StrCmp $R1 "$TEMP\aspell_dict-$R0.exe" 0 +3