Mercurial > pidgin.yaz
changeset 11260:fd4aba9dab9d
[gaim-migrate @ 13437]
Patch #1257770 from Steve L??posi
"In gaim-intaller.nsi the default GTK install path contains the string "Common Files". With non-default MSWindows installs that is maybe not the correct location."
I haven't tested this, but it looks good. :)
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sun, 14 Aug 2005 06:23:51 +0000 |
parents | 583444bcb389 |
children | b53606580f68 |
files | COPYRIGHT gaim-installer.nsi |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/COPYRIGHT Sun Aug 14 04:20:20 2005 +0000 +++ b/COPYRIGHT Sun Aug 14 06:23:51 2005 +0000 @@ -113,6 +113,7 @@ Scott Lamb Dennis Lambe Jr. Joe LaPenna +Steve Láposi Daniel Larsson Peter Lawler Ho-seok Lee
--- a/gaim-installer.nsi Sun Aug 14 04:20:20 2005 +0000 +++ b/gaim-installer.nsi Sun Aug 14 06:23:51 2005 +0000 @@ -56,7 +56,7 @@ !define GTK_REG_KEY "SOFTWARE\GTK\2.0" !define PERL_REG_KEY "SOFTWARE\Perl" !define PERL_DLL "perl58.dll" -!define GTK_DEFAULT_INSTALL_PATH "$PROGRAMFILES\Common Files\GTK\2.0" +!define GTK_DEFAULT_INSTALL_PATH "$COMMONFILES\GTK\2.0" !define GTK_RUNTIME_INSTALLER "..\gtk_installer\gtk-runtime*.exe" !define GTK_THEME_DIR "..\gtk_installer\gtk_themes" !define GTK_DEFAULT_THEME_GTKRC_DIR "share\themes\Default\gtk-2.0"