comparison src/win_gaim.c @ 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 bde1c75190b2
children 7b20cedc1259
comparison
equal deleted inserted replaced
13527:33dc57ccbd83 13528:fe9f41df4b0e
123 printf("Setting settings dir: %s\n", settingsdir); 123 printf("Setting settings dir: %s\n", settingsdir);
124 putenv(settingsdir); 124 putenv(settingsdir);
125 125
126 snprintf(aspelldir, sizeof(aspelldir), "GAIM_ASPELL_DIR=%s\\Aspell\\bin", path); 126 snprintf(aspelldir, sizeof(aspelldir), "GAIM_ASPELL_DIR=%s\\Aspell\\bin", path);
127 printf(aspelldir); 127 printf(aspelldir);
128 putenv(aspelldir);
128 129
129 /* set the GTK+ path to be \\path\to\GTK\bin */ 130 /* set the GTK+ path to be \\path\to\GTK\bin */
130 strcat(path, "\\GTK\\bin"); 131 strcat(path, "\\GTK\\bin");
131 } else 132 } else
132 return; 133 return;