[Commits] gtkhtml2_prefs.c 1.1.2.15 1.1.2.16
ticho at claws-mail.org
ticho at claws-mail.org
Mon Jan 2 19:22:48 CET 2012
Update of /home/claws-mail/plugins/gtkhtml2_viewer/src
In directory claws-mail:/tmp/cvs-serv14350/src
Modified Files:
Tag: gtk2
gtkhtml2_prefs.c
Log Message:
2012-01-02 [ticho] 0.32.0cvs1
* src/gtkhtml2_prefs.c
Use "claws-mail" i18n domain for preference section path.
Index: gtkhtml2_prefs.c
===================================================================
RCS file: /home/claws-mail/plugins/gtkhtml2_viewer/src/Attic/gtkhtml2_prefs.c,v
retrieving revision 1.1.2.15
retrieving revision 1.1.2.16
diff -u -d -r1.1.2.15 -r1.1.2.16
--- gtkhtml2_prefs.c 1 Feb 2009 19:18:56 -0000 1.1.2.15
+++ gtkhtml2_prefs.c 2 Jan 2012 18:22:46 -0000 1.1.2.16
@@ -99,7 +99,7 @@
static gchar *path[3];
gchar *rcpath;
- path[0] = _("Plugins");
+ path[0] = dgettext("claws-mail", "Plugins");
path[1] = _("GtkHtml2 Viewer");
path[2] = NULL;
More information about the Commits
mailing list