talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit ab1e56bc18b992b6070b9198f1b579a13cef9e72
parent 6043c92cb466ed68f985e2b271fd776417a03195
Author: Paul Mangan <paul@claws-mail.org>
Date:   Fri,  2 Dec 2011 12:50:09 +0000

2011-12-02 [paul]	3.7.10cvs109

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

Diffstat:
MChangeLog | 6++++++
MPATCHSETS | 1+
Mconfigure.ac | 2+-
Msrc/mainwindow.c | 2+-
Msrc/messageview.c | 2+-
5 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,9 @@ +2011-12-02 [paul] 3.7.10cvs109 + + * src/mainwindow.c + * src/messageview.c + consistent label style + 2011-11-29 [wwp] 3.7.10cvs108 * src/plugins/trayicon/libeggtrayicon/.cvsignore diff --git a/PATCHSETS b/PATCHSETS @@ -4312,3 +4312,4 @@ ( cvs diff -u -r 1.22.2.25 -r 1.22.2.26 src/addrbook.c; cvs diff -u -r 1.7.2.4 -r 1.7.2.5 src/addrbook.h; cvs diff -u -r 1.60.2.146 -r 1.60.2.147 src/addressbook.c; ) > 3.7.10cvs106.patchset ( cvs diff -u -r 1.66 -r 1.67 src/prefs_folder_item.c; ) > 3.7.10cvs107.patchset ( diff -u /dev/null src/plugins/trayicon/libeggtrayicon/.cvsignore; ) > 3.7.10cvs108.patchset +( cvs diff -u -r 1.274.2.339 -r 1.274.2.340 src/mainwindow.c; cvs diff -u -r 1.94.2.224 -r 1.94.2.225 src/messageview.c; ) > 3.7.10cvs109.patchset diff --git a/configure.ac b/configure.ac @@ -12,7 +12,7 @@ MINOR_VERSION=7 MICRO_VERSION=10 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=108 +EXTRA_VERSION=109 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/mainwindow.c b/src/mainwindow.c @@ -564,7 +564,7 @@ static GtkActionEntry mainwin_entries[] = {"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) }, diff --git a/src/messageview.c b/src/messageview.c @@ -233,7 +233,7 @@ static GtkActionEntry msgview_entries[] = {"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) },