[Commits] rssyl_prefs.c 1.1.2.12 1.1.2.13

ticho at claws-mail.org ticho at claws-mail.org
Mon Jan 2 19:07:30 CET 2012


Update of /home/claws-mail/plugins/rssyl/src
In directory claws-mail:/tmp/cvs-serv11607/src

Modified Files:
      Tag: gtk2
	rssyl_prefs.c 
Log Message:
2012-01-02 [ticho]	0.32.0cvs1

	* src/rssyl_prefs.c
		Use "claws-mail" i18n domain for preference section path.

Index: rssyl_prefs.c
===================================================================
RCS file: /home/claws-mail/plugins/rssyl/src/Attic/rssyl_prefs.c,v
retrieving revision 1.1.2.12
retrieving revision 1.1.2.13
diff -u -d -r1.1.2.12 -r1.1.2.13
--- rssyl_prefs.c	22 Oct 2011 18:26:24 -0000	1.1.2.12
+++ rssyl_prefs.c	2 Jan 2012 18:07:28 -0000	1.1.2.13
@@ -58,7 +58,7 @@
 	static gchar *path[3];
 	gchar *rcpath;
 
-	path[0] = _("Plugins");
+	path[0] = dgettext("claws-mail", "Plugins");
 	path[1] = "RSSyl";		/* We don't need this translated */
 	path[2] = NULL;
 



More information about the Commits mailing list