[gnome-games] gnomine: Put back 'keep current game' button in new game dialog



commit f63e9000ab0d2b9551c03362e190cd4518eba527
Author: Robert Ancell <robert ancell canonical com>
Date:   Sun Jul 15 14:54:36 2012 +1200

    gnomine: Put back 'keep current game' button in new game dialog

 gnomine/src/gnomine.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomine/src/gnomine.vala b/gnomine/src/gnomine.vala
index 2771a67..10b4b59 100644
--- a/gnomine/src/gnomine.vala
+++ b/gnomine/src/gnomine.vala
@@ -452,7 +452,7 @@ public class GnoMine : Gtk.Application
         {
             var dialog = new Gtk.MessageDialog (window, Gtk.DialogFlags.MODAL, Gtk.MessageType.QUESTION, Gtk.ButtonsType.NONE, "%s", _("Do you want to start a new game?"));
             dialog.secondary_text = (_("If you start a new game, your current progress will be lost."));
-            dialog.add_buttons (Gtk.Stock.CANCEL, Gtk.ResponseType.DELETE_EVENT,
+            dialog.add_buttons (_("Keep Current Game"), Gtk.ResponseType.DELETE_EVENT,
                                 _("Start New Game"), Gtk.ResponseType.ACCEPT,
                                 null);
             var result = dialog.run ();



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