2006-03-02 [wwp] 2.0.0cvs100
* src/addressbook.c fix some AB error messages: one for punctuation and one wrongly duplicate (thanks, maxbritov).
This commit is contained in:
parent
852844fd63
commit
562c59abc7
4 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-03-02 [wwp] 2.0.0cvs100
|
||||
|
||||
* src/addressbook.c
|
||||
fix some AB error messages: one for punctuation and
|
||||
one wrongly duplicate (thanks, maxbritov).
|
||||
|
||||
2006-03-02 [wwp] 2.0.0cvs99
|
||||
|
||||
* src/plugins/spamassassin/spamassassin.c
|
||||
|
|
|
@ -1283,3 +1283,4 @@
|
|||
( cvs diff -u -r 1.18.2.28 -r 1.18.2.29 src/plugins/spamassassin/spamassassin.c; ) > 2.0.0cvs97.patchset
|
||||
( cvs diff -u -r 1.395.2.178 -r 1.395.2.179 src/summaryview.c; ) > 2.0.0cvs98.patchset
|
||||
( cvs diff -u -r 1.18.2.29 -r 1.18.2.30 src/plugins/spamassassin/spamassassin.c; ) > 2.0.0cvs99.patchset
|
||||
( cvs diff -u -r 1.60.2.49 -r 1.60.2.50 src/addressbook.c; ) > 2.0.0cvs100.patchset
|
||||
|
|
|
@ -11,7 +11,7 @@ MINOR_VERSION=0
|
|||
MICRO_VERSION=0
|
||||
INTERFACE_AGE=0
|
||||
BINARY_AGE=0
|
||||
EXTRA_VERSION=99
|
||||
EXTRA_VERSION=100
|
||||
EXTRA_RELEASE=
|
||||
EXTRA_GTK2_VERSION=
|
||||
|
||||
|
|
|
@ -3303,7 +3303,7 @@ static gboolean addressbook_convert( AddressIndex *addrIndex ) {
|
|||
}
|
||||
else {
|
||||
msg = _("Old address book converted,\n"
|
||||
"could not save new address index file" );
|
||||
"could not save new address index file." );
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
@ -3322,7 +3322,7 @@ static gboolean addressbook_convert( AddressIndex *addrIndex ) {
|
|||
}
|
||||
else {
|
||||
msg = _("Could not convert address book,\n"
|
||||
"could not create new address book files." );
|
||||
"could not save new address index file." );
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue