diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2013-08-13 14:25:10 +0200 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2013-08-13 14:25:10 +0200 |
commit | 82a7c3ddaa1b2bda7d03f9d258fa218468156488 (patch) | |
tree | 307abfa3cbf9373e4fe4af20a8254e2ce03dd943 /src/nautilus-location-entry.c | |
parent | 3a61cbb24090dea76af0cc14a128f0c57fba77dc (diff) | |
download | nautilus-82a7c3ddaa1b2bda7d03f9d258fa218468156488.tar.gz |
src: don't use deprecated GtkImageMenuItem and GtkStock
There's another occurrence of GtkImageMenuItem right now, for the "Open
With..." menu which is harder to fix.
Diffstat (limited to 'src/nautilus-location-entry.c')
-rw-r--r-- | src/nautilus-location-entry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-location-entry.c b/src/nautilus-location-entry.c index 8dc7db7f8..4de76c594 100644 --- a/src/nautilus-location-entry.c +++ b/src/nautilus-location-entry.c @@ -272,7 +272,7 @@ drag_data_received_callback (GtkWidget *widget, GTK_MESSAGE_QUESTION, prompt, detail, - GTK_STOCK_CANCEL, GTK_STOCK_OK, + _("_Cancel"), _("_OK"), NULL) != 0 /* GNOME_OK */; g_free (prompt); |