[Commits] fancy_prefs.c 1.1.2.18 1.1.2.19 gettext.h 1.1.2.1 1.1.2.2
ticho at claws-mail.org
ticho at claws-mail.org
Fri Jan 6 15:22:19 CET 2012
Update of /home/claws-mail/plugins/fancy/src
In directory claws-mail:/tmp/cvs-serv8374/src
Modified Files:
Tag: gtk2
fancy_prefs.c gettext.h
Log Message:
2012-01-06 [ticho] 0.9.15cvs3
* src/fancy_prefs.c
* src/gettext.h
Exclude "Plugins" string from translation, since it will be
looked up from different gettext domain anyway.
Index: fancy_prefs.c
===================================================================
RCS file: /home/claws-mail/plugins/fancy/src/Attic/fancy_prefs.c,v
retrieving revision 1.1.2.18
retrieving revision 1.1.2.19
diff -u -d -r1.1.2.18 -r1.1.2.19
--- fancy_prefs.c 2 Jan 2012 18:20:51 -0000 1.1.2.18
+++ fancy_prefs.c 6 Jan 2012 14:22:17 -0000 1.1.2.19
@@ -102,7 +102,7 @@
static gchar *path[3];
gchar *rcpath;
- path[0] = dgettext("claws-mail", "Plugins");
+ path[0] = D_("claws-mail", "Plugins");
path[1] = "Fancy";
path[2] = NULL;
Index: gettext.h
===================================================================
RCS file: /home/claws-mail/plugins/fancy/src/Attic/gettext.h,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- gettext.h 17 Mar 2009 02:38:44 -0000 1.1.2.1
+++ gettext.h 6 Jan 2012 14:22:17 -0000 1.1.2.2
@@ -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