[Commits] [SCM] claws branch, master, updated. 3.10.1-96-g18d3341
ticho at claws-mail.org
ticho at claws-mail.org
Sun Jun 22 02:13:14 CEST 2014
The branch master of project "claws" (Claws Mail) has been updated
via 18d334146bf505666a2f0d5ea8d6dd5fcd22ee1a (commit)
from 91c3b966eab571ec49974c4e570c128022f3d235 (commit)
Summary of changes:
src/compose.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 18d334146bf505666a2f0d5ea8d6dd5fcd22ee1a
Author: Andrej Kacian <andrej at kacian.sk>
Date: Wed Jun 18 23:55:02 2014 +0200
Fix b976c1d by actually having a mnemonic char in the Subject label, so alt+s works.
diff --git a/src/compose.c b/src/compose.c
index 28f13db..d41d221 100644
--- 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);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list