[gnome-control-center] bluetooth: drop GtkStock



commit 888db9b45382db0a5d1fdbb7f703ad2216d3cc41
Author: Yosef Or Boczko <yoseforb gmail com>
Date:   Fri Jul 19 15:57:37 2013 +0300

    bluetooth: drop GtkStock
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704178

 panels/bluetooth/cc-bluetooth-panel.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/bluetooth/cc-bluetooth-panel.c b/panels/bluetooth/cc-bluetooth-panel.c
index 61182ec..409d4cf 100644
--- a/panels/bluetooth/cc-bluetooth-panel.c
+++ b/panels/bluetooth/cc-bluetooth-panel.c
@@ -628,8 +628,8 @@ show_confirm_dialog (CcBluetoothPanel *self,
                      _("If you remove the device, you will have to set it up again before next use."),
                      NULL);
 
-       gtk_dialog_add_button (GTK_DIALOG (dialog), GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL);
-       gtk_dialog_add_button (GTK_DIALOG (dialog), GTK_STOCK_REMOVE, GTK_RESPONSE_ACCEPT);
+       gtk_dialog_add_button (GTK_DIALOG (dialog), _("_Cancel"), GTK_RESPONSE_CANCEL);
+       gtk_dialog_add_button (GTK_DIALOG (dialog), _("_Remove"), GTK_RESPONSE_ACCEPT);
 
        response = gtk_dialog_run (GTK_DIALOG (dialog));
 


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