[four-in-a-row] Drop use of GtkStock



commit 7410231113e409ff2ec7e839902b61872c8244b4
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Thu Jan 23 20:27:41 2014 -0600

    Drop use of GtkStock

 src/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index e0c4d1f..f589832 100644
--- a/src/main.c
+++ b/src/main.c
@@ -722,7 +722,7 @@ on_game_scores (GSimpleAction *action, GVariant *parameter, gpointer data)
   scorebox = gtk_dialog_new_with_buttons (_("Scores"),
                                          GTK_WINDOW (app),
                                          GTK_DIALOG_DESTROY_WITH_PARENT,
-                                         GTK_STOCK_CLOSE,
+                                         _("_Close"),
                                          GTK_RESPONSE_CLOSE, NULL);
 
   gtk_window_set_resizable (GTK_WINDOW (scorebox), FALSE);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]