2008-07-07 [paul] 3.5.0cvs21

* src/mainwindow.c
		fix typo (missing ")
This commit is contained in:
Paul Mangan 2008-07-07 21:15:19 +00:00
parent bd6066364b
commit 1c00de0a11
4 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2008-07-07 [paul] 3.5.0cvs21
* src/mainwindow.c
fix typo (missing ")
2008-07-07 [paul] 3.5.0cvs20
* src/mainwindow.c

View file

@ -3432,3 +3432,4 @@
( cvs diff -u -r 1.274.2.249 -r 1.274.2.250 src/mainwindow.c; cvs diff -u -r 1.30.2.51 -r 1.30.2.52 src/prefs_toolbar.c; cvs diff -u -r 1.25.2.57 -r 1.25.2.58 src/stock_pixmap.c; ) > 3.5.0cvs18.patchset
( cvs diff -u -r 1.3.2.57 -r 1.3.2.58 src/prefs_themes.c; ) > 3.5.0cvs19.patchset
( cvs diff -u -r 1.274.2.250 -r 1.274.2.251 src/mainwindow.c; ) > 3.5.0cvs20.patchset
( cvs diff -u -r 1.274.2.251 -r 1.274.2.252 src/mainwindow.c; ) > 3.5.0cvs21.patchset

View file

@ -11,7 +11,7 @@ MINOR_VERSION=5
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=20
EXTRA_VERSION=21
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=

View file

@ -854,7 +854,7 @@ static GtkItemFactoryEntry mainwin_entries[] =
{N_("/_Tools/_Address book..."), "<shift><control>A", addressbook_open_cb, 0, NULL},
{N_("/_Tools/Add sender to address boo_k"),
NULL, add_address_cb, 0, NULL},
{N_("/_Tools/C_ollect addresses), NULL, NULL, 0, "<Branch>"},
{N_("/_Tools/C_ollect addresses"), NULL, NULL, 0, "<Branch>"},
{N_("/_Tools/C_ollect addresses/from Current _folder..."),
NULL, addr_harvest_cb, 0, NULL},
{N_("/_Tools/C_ollect addresses/from Selected _messages..."),