summaryrefslogtreecommitdiff
path: root/mate-panel/panel-run-dialog.c
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2018-01-23 20:55:01 +0100
committerlukefromdc <[email protected]>2018-01-25 20:28:18 -0500
commit1f72d441289df987dd7fbb528089f71e719e3c46 (patch)
treeb5635415641d0d865470d7da3d7dd602d8ba28c7 /mate-panel/panel-run-dialog.c
parent7f99492c269f541c81e4f36742ecc3f0b4ebac04 (diff)
downloadmate-panel-1f72d441289df987dd7fbb528089f71e719e3c46.tar.bz2
mate-panel-1f72d441289df987dd7fbb528089f71e719e3c46.tar.xz
avoid deprecated GtkStock
Diffstat (limited to 'mate-panel/panel-run-dialog.c')
-rw-r--r--mate-panel/panel-run-dialog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-panel/panel-run-dialog.c b/mate-panel/panel-run-dialog.c
index a696138e..82f8f70f 100644
--- a/mate-panel/panel-run-dialog.c
+++ b/mate-panel/panel-run-dialog.c
@@ -1207,8 +1207,8 @@ file_button_clicked (GtkButton *button,
chooser = gtk_file_chooser_dialog_new (_("Choose a file to append to the command..."),
GTK_WINDOW (dialog->run_dialog),
GTK_FILE_CHOOSER_ACTION_OPEN,
- GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
- GTK_STOCK_OK, GTK_RESPONSE_OK,
+ "gtk-cancel", GTK_RESPONSE_CANCEL,
+ "gtk-ok", GTK_RESPONSE_OK,
NULL);
gtk_file_chooser_set_current_folder (GTK_FILE_CHOOSER (chooser),