summary refs log tree commit diff stats
path: root/xchat-wdk.patch
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-10-02 21:37:03 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-10-02 21:37:03 +0200
commit33814ec9d118a8dd0f2cca27d73b045357c4d28f (patch)
tree8dfa7acb53ae07c79edb4f37e93666b05e18eb11 /xchat-wdk.patch
parent707c6faecd1fbc83245c222aa95624b198c293d6 (diff)
spelling for x64 using own enchant build
Diffstat (limited to 'xchat-wdk.patch')
-rw-r--r--xchat-wdk.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/xchat-wdk.patch b/xchat-wdk.patch
index 58eb93c7..e4ba940b 100644
--- a/xchat-wdk.patch
+++ b/xchat-wdk.patch
@@ -1296,7 +1296,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/setup.c xchat-wdk/src/fe
  
 diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/sexy-spell-entry.c xchat-wdk/src/fe-gtk/sexy-spell-entry.c
 --- xchat-wdk.orig/src/fe-gtk/sexy-spell-entry.c	2006-07-17 05:51:02 +0000
-+++ xchat-wdk/src/fe-gtk/sexy-spell-entry.c	2010-10-02 15:39:36 +0000
++++ xchat-wdk/src/fe-gtk/sexy-spell-entry.c	2010-10-02 19:19:27 +0000
 @@ -31,6 +31,20 @@
  /*#include "gtkspell-iso-codes.h"
  #include "sexy-marshal.h"*/
@@ -1323,7 +1323,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/sexy-spell-entry.c xchat
  	gpointer funcptr;
  
 -	enchant = g_module_open("libenchant", 0);
-+	enchant = g_module_open("libenchant.dll", 0);
++	enchant = g_module_open("libenchant-1.dll", 0);
  	if (enchant == NULL)
  	{
 -		enchant = g_module_open("libenchant.so.1", 0);