fix bug where 'Compose News' icon showed wrong tooltip

This commit is contained in:
Paul Mangan 2002-08-16 12:12:15 +00:00
parent 6d79a76586
commit e7e5d88e11
3 changed files with 10 additions and 4 deletions

View file

@ -1,3 +1,9 @@
2002-08-16 [paul] 0.8.1claws67
* src/toolbar.h
fix bug where 'Compose News' icon showed wrong
tooltip
2002-08-16 [paul] 0.8.1claws66
* sync with 0.8.1cvs24

View file

@ -8,7 +8,7 @@ MINOR_VERSION=8
MICRO_VERSION=1
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=claws66
EXTRA_VERSION=claws67
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl set $target

View file

@ -38,13 +38,13 @@ typedef enum
A_DELETE,
A_EXECUTE,
A_GOTO_NEXT,
A_SYL_ACTIONS,
A_SYL_ACTIONS,
A_COMPOSE_NEWS,
N_ACTION_VAL
} CTActionVal;
#define A_COMPOSE_NEWS N_ACTION_VAL + 1
#define A_SEPARATOR N_ACTION_VAL + 2
#define A_SEPARATOR N_ACTION_VAL + 1
typedef struct _ToolbarAction ToolbarAction;