[Commits] feed.c 1.1.2.124 1.1.2.125 rssyl_cb_menu.c 1.1.2.22 1.1.2.23
ticho at claws-mail.org
ticho at claws-mail.org
Wed Jul 11 23:43:39 CEST 2012
Update of /home/claws-mail/plugins/rssyl/src
In directory srv:/tmp/cvs-serv9855/src
Modified Files:
Tag: gtk2
feed.c rssyl_cb_menu.c
Log Message:
2012-07-11 [ticho] 0.33.0cvs2
* src/feed.c
* src/rssyl_cb_menu.c
Use dngettext in calls to inc_offline_should_override().
Index: rssyl_cb_menu.c
===================================================================
RCS file: /home/claws-mail/plugins/rssyl/src/Attic/rssyl_cb_menu.c,v
retrieving revision 1.1.2.22
retrieving revision 1.1.2.23
diff -u -d -r1.1.2.22 -r1.1.2.23
--- rssyl_cb_menu.c 11 Jan 2009 09:07:38 -0000 1.1.2.22
+++ rssyl_cb_menu.c 11 Jul 2012 21:43:37 -0000 1.1.2.23
@@ -276,7 +276,7 @@
if (prefs_common_get_prefs()->work_offline &&
!inc_offline_should_override(TRUE,
- ngettext(
+ dngettext(TEXTDOMAIN,
"Claws Mail needs network access in order "
"to update the feed.",
"Claws Mail needs network access in order "
Index: feed.c
===================================================================
RCS file: /home/claws-mail/plugins/rssyl/src/Attic/feed.c,v
retrieving revision 1.1.2.124
retrieving revision 1.1.2.125
diff -u -d -r1.1.2.124 -r1.1.2.125
--- feed.c 21 Feb 2011 20:39:03 -0000 1.1.2.124
+++ feed.c 11 Jul 2012 21:43:37 -0000 1.1.2.125
@@ -1824,7 +1824,7 @@
{
if (prefs_common_get_prefs()->work_offline &&
!inc_offline_should_override(TRUE,
- ngettext(
+ dngettext(TEXTDOMAIN,
"Claws Mail needs network access in order "
"to update the feed.",
"Claws Mail needs network access in order "
More information about the Commits
mailing list