2006-06-03 [paul] 2.2.0cvs79
* src/prefs_receive.c page name is now 'Receiving' * src/prefs_send.c page name is now 'Sending'
This commit is contained in:
parent
3d6f787e33
commit
aee06c57a2
5 changed files with 11 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
|||
2006-06-03 [paul] 2.2.0cvs79
|
||||
|
||||
* src/prefs_receive.c
|
||||
page name is now 'Receiving'
|
||||
* src/prefs_send.c
|
||||
page name is now 'Sending'
|
||||
|
||||
2006-06-03 [colin] 2.2.0cvs78
|
||||
|
||||
* src/plugins/spamassassin/spamassassin_gtk.c
|
||||
|
|
|
@ -1548,3 +1548,4 @@
|
|||
( cvs diff -u -r 1.28.2.15 -r 1.28.2.16 src/mbox.c; ) > 2.2.0cvs76.patchset
|
||||
( cvs diff -u -r 1.1.2.11 -r 1.1.2.12 src/plugins/pgpinline/pgpinline.c; cvs diff -u -r 1.1.2.33 -r 1.1.2.34 src/plugins/pgpmime/pgpmime.c; ) > 2.2.0cvs77.patchset
|
||||
( cvs diff -u -r 1.23.2.29 -r 1.23.2.30 src/plugins/spamassassin/spamassassin_gtk.c; ) > 2.2.0cvs78.patchset
|
||||
( cvs diff -u -r 1.1.2.10 -r 1.1.2.11 src/prefs_receive.c; cvs diff -u -r 1.1.2.10 -r 1.1.2.11 src/prefs_send.c; ) > 2.2.0cvs79.patchset
|
||||
|
|
|
@ -11,7 +11,7 @@ MINOR_VERSION=2
|
|||
MICRO_VERSION=0
|
||||
INTERFACE_AGE=0
|
||||
BINARY_AGE=0
|
||||
EXTRA_VERSION=78
|
||||
EXTRA_VERSION=79
|
||||
EXTRA_RELEASE=
|
||||
EXTRA_GTK2_VERSION=
|
||||
|
||||
|
|
|
@ -369,7 +369,7 @@ void prefs_receive_init(void)
|
|||
static gchar *path[3];
|
||||
|
||||
path[0] = _("Mail Handling");
|
||||
path[1] = _("Receive");
|
||||
path[1] = _("Receiving");
|
||||
path[2] = NULL;
|
||||
|
||||
page = g_new0(ReceivePage, 1);
|
||||
|
|
|
@ -335,7 +335,7 @@ void prefs_send_init(void)
|
|||
static gchar *path[3];
|
||||
|
||||
path[0] = _("Mail Handling");
|
||||
path[1] = _("Send");
|
||||
path[1] = _("Sending");
|
||||
path[2] = NULL;
|
||||
|
||||
page = g_new0(SendPage, 1);
|
||||
|
|
Loading…
Reference in a new issue