[gtk+] Add a mnemonic to the 'Select' button
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Add a mnemonic to the 'Select' button
- Date: Tue, 23 Aug 2011 14:18:46 +0000 (UTC)
commit 5c5cdf23a8353eca5f5ea34e2b9ccb697fe17b14
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Aug 23 10:08:33 2011 -0400
Add a mnemonic to the 'Select' button
This makes the string the same as in the app chooser dialog.
gtk/gtkfontchooserdialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkfontchooserdialog.c b/gtk/gtkfontchooserdialog.c
index b57fb18..9d11292 100644
--- a/gtk/gtkfontchooserdialog.c
+++ b/gtk/gtkfontchooserdialog.c
@@ -122,7 +122,7 @@ gtk_font_chooser_dialog_init (GtkFontChooserDialog *fontchooserdiag)
GTK_STOCK_CANCEL,
GTK_RESPONSE_CANCEL);
priv->select_button = gtk_dialog_add_button (dialog,
- _("Select"),
+ _("_Select"),
GTK_RESPONSE_OK);
gtk_widget_grab_default (priv->select_button);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]