pidgin/win32/wspell.c

changeset 35901
5bcb306a4edf
parent 35857
b7fc060d5c94
--- a/pidgin/win32/wspell.c	Thu Apr 24 21:18:44 2014 +0200
+++ b/pidgin/win32/wspell.c	Fri Apr 25 12:52:39 2014 +0200
@@ -79,7 +79,7 @@
 	gchar *tmp, *tmp2;
 
 	const char *path = g_getenv("PATH");
-	tmp = g_build_filename(wpurple_install_dir(), "spellcheck", NULL);
+	tmp = g_build_filename(wpurple_bin_dir(), "spellcheck", NULL);
 	tmp2 = g_strdup_printf("%s%s%s", tmp,
 		(path ? G_SEARCHPATH_SEPARATOR_S : ""),
 		(path ? path : ""));

mercurial