re-add 'Delete entire line' ('Delete line+')

This commit is contained in:
Paul Mangan 2002-02-05 03:23:36 +00:00
parent 7cb379ebc8
commit 3b8bbaac24
3 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2002-02-05 [paul] 0.7.0claws48
* src/compose.c
re-add 'Edit/Advanced/Delete entire line', previously named
'Delete Line+'
2002-02-04 [paul] 0.7.0claws47
* src/compose.c

View file

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

View file

@ -552,6 +552,11 @@ static GtkItemFactoryEntry compose_entries[] =
compose_gtk_stext_action_cb,
COMPOSE_CALL_GTK_STEXT_DELETE_LINE,
NULL},
{N_("/_Edit/A_dvanced/Delete entire line"),
NULL,
compose_gtk_stext_action_cb,
COMPOSE_CALL_GTK_STEXT_DELETE_LINE_N,
NULL},
{N_("/_Edit/A_dvanced/Delete to end of line"),
"<control>K",
compose_gtk_stext_action_cb,