Fri, 11 May 2007 00:31:47 +0000
Fix spellchecking in pidgin-portable.
| pidgin/win32/wspell.c | file | annotate | diff | comparison | revisions |
--- a/pidgin/win32/wspell.c Fri May 11 00:31:06 2007 +0000 +++ b/pidgin/win32/wspell.c Fri May 11 00:31:47 2007 +0000 @@ -65,7 +65,7 @@ static char* lookup_aspell_path() { const char *tmp; - if ((tmp = g_getenv("PURPLE_ASPELL_DIR"))) + if ((tmp = g_getenv("PIDGIN_ASPELL_DIR"))) return g_strdup(tmp); return wpurple_read_reg_string(HKEY_LOCAL_MACHINE, "Software\\Aspell", "Path");