[Commits] mainwindow.c 1.274.2.339 1.274.2.340 messageview.c 1.94.2.224 1.94.2.225

claws at claws-mail.org claws at claws-mail.org
Fri Dec 2 13:50:12 CET 2011


Update of /home/claws-mail/claws/src
In directory claws-mail:/tmp/cvs-serv20739/src

Modified Files:
      Tag: gtk2
	mainwindow.c messageview.c 
Log Message:
2011-12-02 [paul]	3.7.10cvs109

	* src/mainwindow.c
	* src/messageview.c
		consistent label style 

Index: messageview.c
===================================================================
RCS file: /home/claws-mail/claws/src/messageview.c,v
retrieving revision 1.94.2.224
retrieving revision 1.94.2.225
diff -u -d -r1.94.2.224 -r1.94.2.225
--- messageview.c	19 Nov 2011 17:47:47 -0000	1.94.2.224
+++ messageview.c	2 Dec 2011 12:50:09 -0000	1.94.2.225
@@ -233,7 +233,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.339
retrieving revision 1.274.2.340
diff -u -d -r1.274.2.339 -r1.274.2.340
--- mainwindow.c	19 Nov 2011 17:47:47 -0000	1.274.2.339
+++ mainwindow.c	2 Dec 2011 12:50:09 -0000	1.274.2.340
@@ -564,7 +564,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