Mercurial > pidgin.yaz
changeset 17021:e5c494c6eb45
Fix spellchecking in pidgin-portable.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Fri, 11 May 2007 00:31:47 +0000 |
parents | 0682981f6797 |
children | 6502a3ce2473 |
files | pidgin/win32/wspell.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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");