[Commits] fancy_prefs.c 1.1.2.17 1.1.2.18

ticho at claws-mail.org ticho at claws-mail.org
Mon Jan 2 19:20:53 CET 2012


Update of /home/claws-mail/plugins/fancy/src
In directory claws-mail:/tmp/cvs-serv13840/src

Modified Files:
      Tag: gtk2
	fancy_prefs.c 
Log Message:
2012-01-02 [ticho]	0.9.15cvs2

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

Index: fancy_prefs.c
===================================================================
RCS file: /home/claws-mail/plugins/fancy/src/Attic/fancy_prefs.c,v
retrieving revision 1.1.2.17
retrieving revision 1.1.2.18
diff -u -d -r1.1.2.17 -r1.1.2.18
--- fancy_prefs.c	18 Jul 2011 16:30:25 -0000	1.1.2.17
+++ fancy_prefs.c	2 Jan 2012 18:20:51 -0000	1.1.2.18
@@ -102,7 +102,7 @@
 	static gchar *path[3];
 	gchar *rcpath;
 
-	path[0] = _("Plugins");
+	path[0] = dgettext("claws-mail", "Plugins");
 	path[1] = "Fancy";
 	path[2] = NULL;
 



More information about the Commits mailing list