[iagno] Stop using GtkStock



commit 804373e814f29787608e218a2d9adc69676e642e
Author: Robert Ancell <robert ancell canonical com>
Date:   Tue Oct 15 10:03:39 2013 +1300

    Stop using GtkStock

 src/iagno.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/iagno.vala b/src/iagno.vala
index 7da716f..de40ab6 100644
--- a/src/iagno.vala
+++ b/src/iagno.vala
@@ -481,7 +481,7 @@ public class Iagno : Gtk.Application
         var propbox = new Gtk.Dialog.with_buttons (_("Iagno Preferences"),
                                                    window,
                                                    0,
-                                                   Gtk.Stock.CLOSE, Gtk.ResponseType.CLOSE,
+                                                   _("_Close"), Gtk.ResponseType.CLOSE,
                                                    null);
 
         propbox.set_border_width (5);


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