[Commits] vcal_prefs.c 1.1.2.33 1.1.2.34
ticho at claws-mail.org
ticho at claws-mail.org
Mon Jan 2 19:30:45 CET 2012
Update of /home/claws-mail/plugins/vcalendar/src
In directory claws-mail:/tmp/cvs-serv15692/src
Modified Files:
Tag: gtk2
vcal_prefs.c
Log Message:
2012-01-02 [ticho] 2.0.12cvs1
* src/vcal_prefs.c
Use "claws-mail" i18n domain for preference section path.
Index: vcal_prefs.c
===================================================================
RCS file: /home/claws-mail/plugins/vcalendar/src/vcal_prefs.c,v
retrieving revision 1.1.2.33
retrieving revision 1.1.2.34
diff -u -d -r1.1.2.33 -r1.1.2.34
--- vcal_prefs.c 22 Oct 2011 18:26:41 -0000 1.1.2.33
+++ vcal_prefs.c 2 Jan 2012 18:30:43 -0000 1.1.2.34
@@ -640,7 +640,7 @@
static gchar *path[3];
gchar *rcpath;
- path[0] = _("Plugins");
+ path[0] = dgettext("claws-mail", "Plugins");
path[1] = _("vCalendar");
path[2] = NULL;
More information about the Commits
mailing list