# HG changeset patch # User Daniel Atallah # Date 1142867229 0 # Node ID fe9f41df4b0efaabdc31c967c494a31aee6bb1b4 # Parent 33dc57ccbd83c9f564beefc9694ff4e9c0dc5186 [gaim-migrate @ 15904] itchysoftant helped me track down that the aspell env. var for gaim-portable.exe wasn't being set committer: Tailor Script diff -r 33dc57ccbd83 -r fe9f41df4b0e src/win_gaim.c --- 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");