Fix spellchecking in pidgin-portable.

Fri, 11 May 2007 00:31:47 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Fri, 11 May 2007 00:31:47 +0000
changeset 17072
bc1afb8032d0
parent 17068
5a4243df7e23
child 17073
51cf6aa2ca5b

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");

mercurial