talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 18d334146bf505666a2f0d5ea8d6dd5fcd22ee1a
parent 91c3b966eab571ec49974c4e570c128022f3d235
Author: Andrej Kacian <andrej@kacian.sk>
Date:   Wed, 18 Jun 2014 23:55:02 +0200

Fix b976c1d by actually having a mnemonic char in the Subject label, so alt+s works.

Diffstat:
Msrc/compose.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/compose.c b/src/compose.c @@ -7745,7 +7745,7 @@ static Compose *compose_create(PrefsAccount *account, gtk_container_set_border_width(GTK_CONTAINER(subject), 0); gtk_widget_show(subject); - label = gtk_label_new_with_mnemonic(_("Subject:")); + label = gtk_label_new_with_mnemonic(_("_Subject:")); gtk_box_pack_start(GTK_BOX(subject), label, FALSE, FALSE, 0); gtk_widget_show(label);