diff options
author | Pablo Barciela <[email protected]> | 2018-01-23 20:55:01 +0100 |
---|---|---|
committer | lukefromdc <[email protected]> | 2018-01-25 20:28:18 -0500 |
commit | 1f72d441289df987dd7fbb528089f71e719e3c46 (patch) | |
tree | b5635415641d0d865470d7da3d7dd602d8ba28c7 /mate-panel/panel-force-quit.c | |
parent | 7f99492c269f541c81e4f36742ecc3f0b4ebac04 (diff) | |
download | mate-panel-1f72d441289df987dd7fbb528089f71e719e3c46.tar.bz2 mate-panel-1f72d441289df987dd7fbb528089f71e719e3c46.tar.xz |
avoid deprecated GtkStock
Diffstat (limited to 'mate-panel/panel-force-quit.c')
-rw-r--r-- | mate-panel/panel-force-quit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/panel-force-quit.c b/mate-panel/panel-force-quit.c index ffb82274..de8febce 100644 --- a/mate-panel/panel-force-quit.c +++ b/mate-panel/panel-force-quit.c @@ -239,7 +239,7 @@ kill_window_question (gpointer window) "in it might get lost.")); gtk_dialog_add_buttons (GTK_DIALOG (dialog), - GTK_STOCK_CANCEL, + "gtk-cancel", GTK_RESPONSE_CANCEL, PANEL_STOCK_FORCE_QUIT, GTK_RESPONSE_ACCEPT, |