i18n fix for AlienMap

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 (cotting@xxxxxxxxxx, http://www.mygale.org/~cotting)",
         		  "Daniel Cotting (cotting@xxxxxxxxxx, 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"

[Index of Archives]     [Video For Linux]     [Photo]     [Yosemite News]     [gtk]     [GIMP for Windows]     [KDE]     [GEGL]     [Gimp's Home]     [Gimp on GUI]     [Gimp on Windows]     [Steve's Art]

  Powered by Linux