[Commits] gettext.h 1.1.2.2 1.1.2.3 gtkhtml2_prefs.c 1.1.2.16 1.1.2.17

ticho at claws-mail.org ticho at claws-mail.org
Fri Jan 6 15:23:26 CET 2012


Update of /home/claws-mail/plugins/gtkhtml2_viewer/src
In directory claws-mail:/tmp/cvs-serv8705/src

Modified Files:
      Tag: gtk2
	gettext.h gtkhtml2_prefs.c 
Log Message:
2012-01-06 [ticho]	0.32.0cvs2

	* src/gettext.h
	* src/gtkhtml2_prefs.c
	Exclude "Plugins" string from translation, since it will be
	looked up from different gettext domain anyway.

Index: gtkhtml2_prefs.c
===================================================================
RCS file: /home/claws-mail/plugins/gtkhtml2_viewer/src/Attic/gtkhtml2_prefs.c,v
retrieving revision 1.1.2.16
retrieving revision 1.1.2.17
diff -u -d -r1.1.2.16 -r1.1.2.17
--- gtkhtml2_prefs.c	2 Jan 2012 18:22:46 -0000	1.1.2.16
+++ gtkhtml2_prefs.c	6 Jan 2012 14:23:24 -0000	1.1.2.17
@@ -99,7 +99,7 @@
 	static gchar *path[3];
 	gchar *rcpath;
 
-	path[0] = dgettext("claws-mail", "Plugins");
+	path[0] = D_("claws-mail", "Plugins");
 	path[1] = _("GtkHtml2 Viewer");
 	path[2] = NULL;
 

Index: gettext.h
===================================================================
RCS file: /home/claws-mail/plugins/gtkhtml2_viewer/src/Attic/gettext.h,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- gettext.h	11 Jul 2007 16:43:43 -0000	1.1.2.2
+++ gettext.h	6 Jan 2012 14:23:24 -0000	1.1.2.3
@@ -26,6 +26,7 @@
 # include <libintl.h>
 
 #define _(str)		dgettext(TEXTDOMAIN, str)
+#define D_(domain, str)		dgettext(domain, str)
 
 #else
 



More information about the Commits mailing list