diff gaim-installer.nsi @ 10814:364a2ef907ae

[gaim-migrate @ 12468] same thing here, changing to consistently using GTK+, by rlaager committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 11 Apr 2005 12:24:47 +0000
parents 83736fc2ea50
children 6a8440e9edba
line wrap: on
line diff
--- a/gaim-installer.nsi	Mon Apr 11 12:11:11 2005 +0000
+++ b/gaim-installer.nsi	Mon Apr 11 12:24:47 2005 +0000
@@ -925,8 +925,8 @@
 ;   0 - We have the correct version
 ;       Second Pop: Key where Version was found
 ;   1 - We have an old version that needs to be upgraded
-;       Second Pop: HKLM or HKCU depending on where GTK was found.
-;   2 - We don't have Gtk+ at all
+;       Second Pop: HKLM or HKCU depending on where GTK+ was found.
+;   2 - We don't have GTK+ at all
 ;       Second Pop: "NONE, HKLM or HKCU" depending on our rights..
 ;
 Function DoWeNeedGtk
@@ -1031,7 +1031,7 @@
   StrCpy $GTK_THEME_SEL ${SecGtkWimp}
   StrCpy $ISSILENT "/NOUI"
 
-  ; GTK installer has two silent states.. one with Message boxes, one without
+  ; GTK+ installer has two silent states.. one with Message boxes, one without
   ; If gaim installer was run silently, we want to supress gtk installer msg boxes.
   IfSilent 0 set_gtk_normal
       StrCpy $ISSILENT "/S"