[Commits] fetchinfo_plugin_gtk.c 1.3.2.13 1.3.2.14
ticho at claws-mail.org
ticho at claws-mail.org
Mon Jan 2 19:21:50 CET 2012
Update of /home/claws-mail/plugins/fetchinfo/src
In directory claws-mail:/tmp/cvs-serv14093/src
Modified Files:
Tag: gtk2
fetchinfo_plugin_gtk.c
Log Message:
2012-01-02 [ticho] 0.4.24cvs1
* src/fetchinfo_plugin_gtk.c
Use "claws-mail" i18n domain for preference section path.
Index: fetchinfo_plugin_gtk.c
===================================================================
RCS file: /home/claws-mail/plugins/fetchinfo/src/fetchinfo_plugin_gtk.c,v
retrieving revision 1.3.2.13
retrieving revision 1.3.2.14
diff -u -d -r1.3.2.13 -r1.3.2.14
--- fetchinfo_plugin_gtk.c 12 Mar 2008 17:35:24 -0000 1.3.2.13
+++ fetchinfo_plugin_gtk.c 2 Jan 2012 18:21:48 -0000 1.3.2.14
@@ -169,7 +169,7 @@
{
static gchar *path[3];
- path[0] = _("Plugins");
+ path[0] = dgettext("claws-mail", "Plugins");
path[1] = _("Fetchinfo");
path[2] = NULL;
More information about the Commits
mailing list