[Commits] archiver_prefs.c 1.1.2.11 1.1.2.12

ticho at claws-mail.org ticho at claws-mail.org
Mon Jan 2 19:14:44 CET 2012


Update of /home/claws-mail/plugins/archive/src
In directory claws-mail:/tmp/cvs-serv12504/src

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

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

Index: archiver_prefs.c
===================================================================
RCS file: /home/claws-mail/plugins/archive/src/Attic/archiver_prefs.c,v
retrieving revision 1.1.2.11
retrieving revision 1.1.2.12
diff -u -d -r1.1.2.11 -r1.1.2.12
--- archiver_prefs.c	22 Oct 2011 18:25:26 -0000	1.1.2.11
+++ archiver_prefs.c	2 Jan 2012 18:14:42 -0000	1.1.2.12
@@ -86,7 +86,7 @@
 	static gchar *path[3];
 	gchar *rcpath;
 
-	path[0] = _("Plugins");
+	path[0] = dgettext("claws-mail", "Plugins");
 	path[1] = _("Mail Archiver");
 	path[2] = NULL;
 



More information about the Commits mailing list