summaryrefslogtreecommitdiff
path: root/shell/ev-password-view.c
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2018-02-15 01:45:55 +0100
committerraveit65 <[email protected]>2018-03-16 18:03:09 +0100
commit58e7446290d78e0744a5193e22bfa300e6737829 (patch)
tree9d1667d6605e6ca2b469f3ddf877f1256d635862 /shell/ev-password-view.c
parent005d88500dc47f285d83fc5451cd5cea0e8c14a3 (diff)
downloadatril-58e7446290d78e0744a5193e22bfa300e6737829.tar.bz2
atril-58e7446290d78e0744a5193e22bfa300e6737829.tar.xz
avoid deprecated GtkStock
Diffstat (limited to 'shell/ev-password-view.c')
-rw-r--r--shell/ev-password-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-password-view.c b/shell/ev-password-view.c
index eada87a7..0bf8ea90 100644
--- a/shell/ev-password-view.c
+++ b/shell/ev-password-view.c
@@ -261,7 +261,7 @@ ev_password_view_ask_password (EvPasswordView *password_view)
gtk_window_set_modal (GTK_WINDOW (dialog), TRUE);
gtk_dialog_add_buttons (dialog,
- GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
+ "gtk-cancel", GTK_RESPONSE_CANCEL,
_("_Unlock Document"), GTK_RESPONSE_OK,
NULL);
gtk_dialog_set_default_response (dialog, GTK_RESPONSE_OK);