[Commits] attachwarner_prefs.c 1.1.2.9 1.1.2.10

ticho at claws-mail.org ticho at claws-mail.org
Mon Jan 2 19:15:47 CET 2012


Update of /home/claws-mail/plugins/attachwarner/src
In directory claws-mail:/tmp/cvs-serv12789/src

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

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

Index: attachwarner_prefs.c
===================================================================
RCS file: /home/claws-mail/plugins/attachwarner/src/Attic/attachwarner_prefs.c,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -u -d -r1.1.2.9 -r1.1.2.10
--- attachwarner_prefs.c	22 Oct 2011 18:25:39 -0000	1.1.2.9
+++ attachwarner_prefs.c	2 Jan 2012 18:15:45 -0000	1.1.2.10
@@ -178,7 +178,7 @@
 	gchar *rcpath;
 	gchar *tmp;
 	
-	path[0] = _("Plugins");
+	path[0] = dgettext("claws-mail", "Plugins");
 	path[1] = _("Attach Warner");
 	path[2] = NULL;
 



More information about the Commits mailing list