changeset 13528:fe9f41df4b0e

[gaim-migrate @ 15904] itchysoftant helped me track down that the aspell env. var for gaim-portable.exe wasn't being set committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 20 Mar 2006 15:07:09 +0000
parents 33dc57ccbd83
children 43268b823440
files src/win_gaim.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/win_gaim.c	Mon Mar 20 05:06:26 2006 +0000
+++ b/src/win_gaim.c	Mon Mar 20 15:07:09 2006 +0000
@@ -125,6 +125,7 @@
 
 		snprintf(aspelldir, sizeof(aspelldir), "GAIM_ASPELL_DIR=%s\\Aspell\\bin", path);
 		printf(aspelldir);
+		putenv(aspelldir);
 
 		/* set the GTK+ path to be \\path\to\GTK\bin */
 		strcat(path, "\\GTK\\bin");