summaryrefslogtreecommitdiff
path: root/eel/eel-stock-dialogs.c
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2013-08-10 19:57:09 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2013-08-13 12:34:51 +0200
commit4edfee8c403204eb8c8987f62b9e2480d0bbcd20 (patch)
tree15851750f7e3faf142492ff01678465b7850e93b /eel/eel-stock-dialogs.c
parent973421d9143881eb830af1a9fcb19959339921f3 (diff)
downloadnautilus-4edfee8c403204eb8c8987f62b9e2480d0bbcd20.tar.gz
eel: don't use deprecated GtkStock and GtkImageMenuItem
Diffstat (limited to 'eel/eel-stock-dialogs.c')
-rw-r--r--eel/eel-stock-dialogs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eel/eel-stock-dialogs.c b/eel/eel-stock-dialogs.c
index 79209b1cb..d95ef6ef0 100644
--- a/eel/eel-stock-dialogs.c
+++ b/eel/eel-stock-dialogs.c
@@ -193,7 +193,7 @@ timed_wait_callback (gpointer callback_data)
wait = callback_data;
/* Put up the timed wait window. */
- button = wait->cancel_callback != NULL ? GTK_STOCK_CANCEL : GTK_STOCK_OK;
+ button = wait->cancel_callback != NULL ? _("_Cancel") : ("_OK");
dialog = GTK_DIALOG (gtk_message_dialog_new (wait->parent_window,
0,
GTK_MESSAGE_INFO,