bluetooth: drop GtkStock
https://bugzilla.gnome.org/show_bug.cgi?id=704178
This commit is contained in:
parent
a9f6f69f70
commit
888db9b453
1 changed files with 2 additions and 2 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue