[bijiben] Add mnemonic for new button
- From: Pierre-Yves Luyten <pyluyten src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bijiben] Add mnemonic for new button
- Date: Mon, 28 Jul 2014 20:53:26 +0000 (UTC)
commit fc7a9043082835c2efdb9570a46805f0b5357a7e
Author: Lasse Schuirmann <lasse schuirmann gmail com>
Date: Mon Jul 28 22:52:20 2014 +0200
Add mnemonic for new button
See #733855
src/bjb-main-toolbar.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/bjb-main-toolbar.c b/src/bjb-main-toolbar.c
index 2855eb8..1dc0543 100644
--- a/src/bjb-main-toolbar.c
+++ b/src/bjb-main-toolbar.c
@@ -435,7 +435,7 @@ populate_bar_for_standard(BjbMainToolbar *self)
/* New Note button */
else
{
- priv->new = gtk_button_new_with_label (_("New"));
+ priv->new = gtk_button_new_with_mnemonic (_("_New"));
gtk_widget_set_valign (priv->new, GTK_ALIGN_CENTER);
gtk_header_bar_pack_start (GTK_HEADER_BAR (self), priv->new);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]