2007-11-07 [colin] 3.0.2cvs125

* src/toolbar.c
		Re-change the string occurence of A_CLAWS_ACTIONS
		to A_SYL_ACTIONS, to prevent parse errors of the
		toolbar_*.xml files
This commit is contained in:
Colin Leroy 2007-11-07 17:32:10 +00:00
parent 04a2223c35
commit 8ea7c3ab83
4 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2007-11-07 [colin] 3.0.2cvs125
* src/toolbar.c
Re-change the string occurence of A_CLAWS_ACTIONS
to A_SYL_ACTIONS, to prevent parse errors of the
toolbar_*.xml files
2007-11-07 [colin] 3.0.2cvs124
* src/mimeview.c

View file

@ -3037,3 +3037,4 @@
( cvs diff -u -r 1.43.2.90 -r 1.43.2.91 src/toolbar.c; ) > 3.0.2cvs122.patchset
( cvs diff -u -r 1.30.2.46 -r 1.30.2.47 src/prefs_toolbar.c; cvs diff -u -r 1.43.2.91 -r 1.43.2.92 src/toolbar.c; cvs diff -u -r 1.19.2.25 -r 1.19.2.26 src/toolbar.h; ) > 3.0.2cvs123.patchset
( cvs diff -u -r 1.83.2.121 -r 1.83.2.122 src/mimeview.c; cvs diff -u -r 1.204.2.150 -r 1.204.2.151 src/prefs_common.c; cvs diff -u -r 1.103.2.96 -r 1.103.2.97 src/prefs_common.h; cvs diff -u -r 1.1.2.43 -r 1.1.2.44 manual/advanced.xml; ) > 3.0.2cvs124.patchset
( cvs diff -u -r 1.43.2.92 -r 1.43.2.93 src/toolbar.c; ) > 3.0.2cvs125.patchset

View file

@ -11,7 +11,7 @@ MINOR_VERSION=0
MICRO_VERSION=2
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=124
EXTRA_VERSION=125
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=

View file

@ -208,7 +208,7 @@ struct {
#ifdef USE_ASPELL
{ "A_CHECK_SPELLING", N_("Check spelling") },
#endif
{ "A_CLAWS_ACTIONS", N_("Claws Mail Actions Feature") },
{ "A_SYL_ACTIONS", N_("Claws Mail Actions Feature") },
{ "A_CANCEL_INC", N_("Cancel receiving") },
{ "A_CLOSE", N_("Close window") },
{ "A_SEPARATOR", "Separator" }