[Commits] mainwindow.c 1.274.2.328.2.2 1.274.2.328.2.3 messageview.c 1.94.2.218.2.2 1.94.2.218.2.3
miras at claws-mail.org
miras at claws-mail.org
Sat Dec 3 13:53:30 CET 2011
Update of /home/claws-mail/claws/src
In directory claws-mail:/tmp/cvs-serv4936/src
Modified Files:
Tag: new-contacts
mainwindow.c messageview.c
Log Message:
2011-12-03 [mir] 3.7.10cvs16.7-new-contacts
* src/mainwindow.c
* src/messageview.c
Applied patch 3.7.10cvs108 and 3.7.10cvs109.
Patch 3.7.10cvs107 was not needed since the fix
provided by this patch was already done manual.
Index: messageview.c
===================================================================
RCS file: /home/claws-mail/claws/src/messageview.c,v
retrieving revision 1.94.2.218.2.2
retrieving revision 1.94.2.218.2.3
diff -u -d -r1.94.2.218.2.2 -r1.94.2.218.2.3
--- messageview.c 29 Nov 2011 00:15:21 -0000 1.94.2.218.2.2
+++ messageview.c 3 Dec 2011 12:53:28 -0000 1.94.2.218.2.3
@@ -237,7 +237,7 @@
{"View/Goto/NextUnreadFolder", NULL, N_("Next unread _folder"), "<shift>G", NULL, G_CALLBACK(goto_unread_folder_cb) },
{"View/Goto/OtherFolder", NULL, N_("_Other folder..."), "G", NULL, G_CALLBACK(goto_folder_cb) },
/* {"View/Goto/---", NULL, "---", NULL, NULL, NULL }, */
- {"View/Scroll", NULL, N_("Message Scroll") },
+ {"View/Scroll", NULL, N_("Message scroll") },
{"View/Scroll/PrevLine", NULL, N_("Previous line"), NULL, NULL, G_CALLBACK(scroll_prev_line_cb) },
{"View/Scroll/NextLine", NULL, N_("Next line"), NULL, NULL, G_CALLBACK(scroll_next_line_cb) },
{"View/Scroll/PrevPage", NULL, N_("Previous page"), NULL, NULL, G_CALLBACK(scroll_prev_page_cb) },
Index: mainwindow.c
===================================================================
RCS file: /home/claws-mail/claws/src/mainwindow.c,v
retrieving revision 1.274.2.328.2.2
retrieving revision 1.274.2.328.2.3
diff -u -d -r1.274.2.328.2.2 -r1.274.2.328.2.3
--- mainwindow.c 29 Nov 2011 00:15:21 -0000 1.274.2.328.2.2
+++ mainwindow.c 3 Dec 2011 12:53:28 -0000 1.274.2.328.2.3
@@ -568,7 +568,7 @@
{"View/Goto/OtherFolder", NULL, N_("_Other folder..."), "G", NULL, G_CALLBACK(goto_folder_cb) },
/* {"View/Scroll/---", NULL, "---", NULL, NULL, NULL }, */
- {"View/Scroll", NULL, N_("Message Scroll") },
+ {"View/Scroll", NULL, N_("Message scroll") },
{"View/Scroll/PrevLine", NULL, N_("Previous line"), NULL, NULL, G_CALLBACK(scroll_prev_line_cb) },
{"View/Scroll/NextLine", NULL, N_("Next line"), NULL, NULL, G_CALLBACK(scroll_next_line_cb) },
{"View/Scroll/PrevPage", NULL, N_("Previous page"), NULL, NULL, G_CALLBACK(scroll_prev_page_cb) },
More information about the Commits
mailing list