# HG changeset patch # User Daniel Atallah # Date 1178843507 0 # Node ID e5c494c6eb4502df565c8ec7d5e95f6a6de03de8 # Parent 0682981f679784a0505f9f5cd1cd451aee55be2f Fix spellchecking in pidgin-portable. diff -r 0682981f6797 -r e5c494c6eb45 pidgin/win32/wspell.c --- 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");