diff options
author | Pablo Barciela <[email protected]> | 2018-02-14 04:03:57 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-02-14 09:26:08 +0100 |
commit | 70a60111e00fe834e1303d87265c1aa65cb1f086 (patch) | |
tree | 88faea28f15ac67a81e05724b068f772a8ab8057 /mate-dictionary/src/gdict-pref-dialog.c | |
parent | dab6502bbced250a11781b0239300af3d787b4a4 (diff) | |
download | mate-utils-70a60111e00fe834e1303d87265c1aa65cb1f086.tar.bz2 mate-utils-70a60111e00fe834e1303d87265c1aa65cb1f086.tar.xz |
avoid deprecated GtkStock
Diffstat (limited to 'mate-dictionary/src/gdict-pref-dialog.c')
-rw-r--r-- | mate-dictionary/src/gdict-pref-dialog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-dictionary/src/gdict-pref-dialog.c b/mate-dictionary/src/gdict-pref-dialog.c index e3563479..ddf80f0e 100644 --- a/mate-dictionary/src/gdict-pref-dialog.c +++ b/mate-dictionary/src/gdict-pref-dialog.c @@ -352,10 +352,10 @@ source_remove_clicked_cb (GtkWidget *widget, "dictionary source from the list.")); gtk_dialog_add_button (GTK_DIALOG (confirm_dialog), - GTK_STOCK_CANCEL, + "gtk-cancel", GTK_RESPONSE_CANCEL); gtk_dialog_add_button (GTK_DIALOG (confirm_dialog), - GTK_STOCK_REMOVE, + "gtk-remove", GTK_RESPONSE_OK); gtk_window_set_title (GTK_WINDOW (confirm_dialog), ""); |