Mercurial > pidgin.yaz
changeset 17025:6502a3ce2473
merge of '8f2f55c63a00b6e48285c1e09684f245d543cb33'
and 'ac1583c071da7296ac1134e5a512afd537a207cd'
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Fri, 11 May 2007 00:36:25 +0000 |
parents | e5c494c6eb45 (diff) be967ea671bd (current diff) |
children | a0ab4040a857 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/win32/wspell.c Fri May 11 00:34:59 2007 +0000 +++ b/pidgin/win32/wspell.c Fri May 11 00:36:25 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");