[Commits] bsfilter_gtk.c 1.1.2.2 1.1.2.3
ticho at claws-mail.org
ticho at claws-mail.org
Mon Jan 2 19:16:45 CET 2012
Update of /home/claws-mail/plugins/bsfilter/src
In directory claws-mail:/tmp/cvs-serv13036/src
Modified Files:
Tag: gtk2
bsfilter_gtk.c
Log Message:
2012-01-02 [ticho] 1.0.7cvs1
* src/bsfilter_gtk.c
Use "claws-mail" i18n domain for preference section path.
Index: bsfilter_gtk.c
===================================================================
RCS file: /home/claws-mail/plugins/bsfilter/src/Attic/bsfilter_gtk.c,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- bsfilter_gtk.c 22 Oct 2011 18:25:53 -0000 1.1.2.2
+++ bsfilter_gtk.c 2 Jan 2012 18:16:43 -0000 1.1.2.3
@@ -388,7 +388,7 @@
{
static gchar *path[3];
- path[0] = _("Plugins");
+ path[0] = dgettext("claws-mail", "Plugins");
path[1] = _("Bsfilter");
path[2] = NULL;
More information about the Commits
mailing list