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-connect-server-dialog.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-connect-server-dialog.c')
-rw-r--r-- | src/nautilus-connect-server-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-connect-server-dialog.c b/src/nautilus-connect-server-dialog.c index 5421624a4..7de69832b 100644 --- a/src/nautilus-connect-server-dialog.c +++ b/src/nautilus-connect-server-dialog.c @@ -698,7 +698,7 @@ nautilus_connect_server_dialog_init (NautilusConnectServerDialog *dialog) dialog->details->browse_button = button; gtk_dialog_add_button (GTK_DIALOG (dialog), - GTK_STOCK_CANCEL, + _("_Cancel"), GTK_RESPONSE_CANCEL); gtk_dialog_add_button (GTK_DIALOG (dialog), _("C_onnect"), |