Hi,
Here is a small i18n fix for AlienMap (2).
Check it.
Enjoy
--
SHIRASAKI Yasuhiro : Experimental Particle Physics, JLC Team
Graduate School of Science, TOHOKU University 980-8578 Japan.
--- plug-ins/AlienMap/Makefile.am.orig Sun Oct 10 07:15:16 1999
+++ plug-ins/AlienMap/Makefile.am Sun Oct 10 07:16:59 1999
@@ -8,6 +8,9 @@
AlienMap.c \
logo.h
+AM_CPPFLAGS = \
+ -DLOCALEDIR=\""$(localedir)"\"
+
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
--- plug-ins/AlienMap/AlienMap.c.orig Sun Oct 10 07:36:17 1999
+++ plug-ins/AlienMap/AlienMap.c Sun Oct 10 07:39:02 1999
@@ -34,6 +34,7 @@
#include <stdlib.h>
#include <math.h>
#include "gtk/gtk.h"
+#include "config.h"
#include "libgimp/gimp.h"
#include "logo.h"
#include "libgimp/stdplugins-intl.h"
@@ -190,7 +191,7 @@
"Daniel Cotting ([EMAIL PROTECTED],
http://www.mygale.org/~cotting)",
"Daniel Cotting ([EMAIL PROTECTED],
http://www.mygale.org/~cotting)",
_("1th May 1997"),
- N_("<Image>/Filters/Colors/Alien Map"),
+ _("<Image>/Filters/Colors/Alien Map"),
"RGB*",
PROC_PLUG_IN,
nargs, nreturn_vals,
--- plug-ins/AlienMap2/Makefile.am.orig Sun Oct 10 07:16:02 1999
+++ plug-ins/AlienMap2/Makefile.am Sun Oct 10 07:16:46 1999
@@ -8,6 +8,9 @@
AlienMap2.c \
logo.h
+AM_CPPFLAGS = \
+ -DLOCALEDIR=\""$(localedir)"\"
+
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
--- plug-ins/AlienMap2/AlienMap2.c.orig Sun Oct 10 07:37:45 1999
+++ plug-ins/AlienMap2/AlienMap2.c Sun Oct 10 07:37:56 1999
@@ -31,6 +31,7 @@
#include <stdlib.h>
#include <math.h>
#include "gtk/gtk.h"
+#include "config.h"
#include "libgimp/gimp.h"
#include "logo.h"
#include "libgimp/stdplugins-intl.h"