Index: autogen.sh =================================================================== RCS file: /cvsroot/gtkspell/gtkspell2/autogen.sh,v retrieving revision 1.4 diff -u -p -r1.4 autogen.sh --- autogen.sh 21 Jan 2004 06:30:28 -0000 1.4 +++ autogen.sh 16 Aug 2004 16:55:42 -0000 @@ -29,7 +29,7 @@ if $have_libtool ; then : ; else DIE=1 fi -(gtkdocize --version) < /dev/null > /dev/null 2>&1 || { +(gtkdoc-scan --version) < /dev/null > /dev/null 2>&1 || { echo echo "You must have gtk-doc installed to compile $PROJECT." echo "Install the appropriate package for your distribution," Index: gtkspell/gtkspell.c =================================================================== RCS file: /cvsroot/gtkspell/gtkspell2/gtkspell/gtkspell.c,v retrieving revision 1.12 diff -u -p -r1.12 gtkspell.c --- gtkspell/gtkspell.c 11 Aug 2004 03:58:11 -0000 1.12 +++ gtkspell/gtkspell.c 16 Aug 2004 16:55:43 -0000 @@ -10,7 +10,7 @@ #include "../config.h" #include "gtkspell.h" -#define _(String) gettext (String) +#define _(String) dgettext (PACKAGE, String) #ifdef HAVE_ASPELL_H #define USING_ASPELL @@ -618,7 +618,6 @@ gtkspell_new_attach(GtkTextView *view, c #ifdef ENABLE_NLS setlocale(LC_ALL, ""); bindtextdomain(PACKAGE, LOCALEDIR); - textdomain(PACKAGE); #endif if (error)