pidgin/win32/winpidgin.c

changeset 17186
d9e4730db4b6
parent 17185
aee12ae11898
child 18769
366db54481aa
equal deleted inserted replaced
17185:aee12ae11898 17186:d9e4730db4b6
143 snprintf(settingsdir, sizeof(settingsdir), "PURPLEHOME=%s", path); 143 snprintf(settingsdir, sizeof(settingsdir), "PURPLEHOME=%s", path);
144 printf("Setting settings dir: %s\n", settingsdir); 144 printf("Setting settings dir: %s\n", settingsdir);
145 putenv(settingsdir); 145 putenv(settingsdir);
146 146
147 snprintf(aspelldir, sizeof(aspelldir), "PIDGIN_ASPELL_DIR=%s\\Aspell\\bin", path); 147 snprintf(aspelldir, sizeof(aspelldir), "PIDGIN_ASPELL_DIR=%s\\Aspell\\bin", path);
148 printf("%s", aspelldir); 148 printf("%s\n", aspelldir);
149 putenv(aspelldir); 149 putenv(aspelldir);
150 150
151 /* set the GTK+ path to be \\path\to\GTK\bin */ 151 /* set the GTK+ path to be \\path\to\GTK\bin */
152 strcat(path, "\\GTK\\bin"); 152 strcat(path, "\\GTK\\bin");
153 } else 153 } else

mercurial