[Xfce4-commits] [xfce/xfce4-panel] 02/02: tic-tac-toe: Add mnemonic to Close button
noreply at xfce.org
noreply at xfce.org
Wed Jul 3 23:07:05 CEST 2019
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfce4-panel.
commit 4ec999b31da9ce742557ae29822fca68d773454f
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Wed Jul 3 23:05:40 2019 +0200
tic-tac-toe: Add mnemonic to Close button
---
panel/panel-tic-tac-toe.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel/panel-tic-tac-toe.c b/panel/panel-tic-tac-toe.c
index 9606ebd..f1af86f 100644
--- a/panel/panel-tic-tac-toe.c
+++ b/panel/panel-tic-tac-toe.c
@@ -120,7 +120,7 @@ panel_tic_tac_toe_init (PanelTicTacToe *dialog)
button = xfce_gtk_button_new_mixed ("document-new", _("_New Game"));
gtk_dialog_add_action_widget (GTK_DIALOG (dialog), button, GTK_RESPONSE_ACCEPT);
- gtk_dialog_add_button (GTK_DIALOG (dialog), _("Close"), GTK_RESPONSE_CLOSE);
+ gtk_dialog_add_button (GTK_DIALOG (dialog), _("_Close"), GTK_RESPONSE_CLOSE);
vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 6);
gtk_box_pack_start (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (dialog))), vbox, TRUE, TRUE, 0);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list