~robert-ancell/unity-control-center/gtk-stock-deprecated

« back to all changes in this revision

Viewing changes to panels/bluetooth/cc-bluetooth-panel.c

  • Committer: Robert Ancell
  • Date: 2014-02-18 03:09:04 UTC
  • Revision ID: robert.ancell@canonical.com-20140218030904-twozv81b094dkzxg
Stop using deprecated GtkStock

Show diffs side-by-side

added added

removed removed

Lines of Context:
640
640
                      _("If you remove the device, you will have to set it up again before next use."),
641
641
                      NULL);
642
642
 
643
 
        gtk_dialog_add_button (GTK_DIALOG (dialog), GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL);
644
 
        gtk_dialog_add_button (GTK_DIALOG (dialog), GTK_STOCK_REMOVE, GTK_RESPONSE_ACCEPT);
 
643
        gtk_dialog_add_button (GTK_DIALOG (dialog), _("_Cancel"), GTK_RESPONSE_CANCEL);
 
644
        gtk_dialog_add_button (GTK_DIALOG (dialog), _("_Remove"), GTK_RESPONSE_ACCEPT);
645
645
 
646
646
        response = gtk_dialog_run (GTK_DIALOG (dialog));
647
647