summaryrefslogtreecommitdiff
path: root/src/caja-location-bar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/caja-location-bar.c')
-rw-r--r--src/caja-location-bar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/caja-location-bar.c b/src/caja-location-bar.c
index ad9c423e..601cf33c 100644
--- a/src/caja-location-bar.c
+++ b/src/caja-location-bar.c
@@ -203,7 +203,7 @@ drag_data_received_callback (GtkWidget *widget,
GTK_MESSAGE_QUESTION,
prompt,
detail,
- GTK_STOCK_CANCEL, GTK_STOCK_OK,
+ "gtk-cancel", "gtk-ok",
NULL) != 0 /* MATE_OK */;
g_free (prompt);