summaryrefslogtreecommitdiff
path: root/shell/ev-annotation-properties-dialog.c
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2018-02-15 01:45:55 +0100
committerraveit65 <[email protected]>2018-02-16 17:22:20 +0100
commit7a91219f5b255783690be32fe6426b8a6c640398 (patch)
treed63211014ecdc0dbbeb8e315b4d6067f9e1e62ac /shell/ev-annotation-properties-dialog.c
parented3b7f0015cf629a2d7e69f60b166978d6859305 (diff)
downloadatril-7a91219f5b255783690be32fe6426b8a6c640398.tar.bz2
atril-7a91219f5b255783690be32fe6426b8a6c640398.tar.xz
avoid deprecated GtkStock
Diffstat (limited to 'shell/ev-annotation-properties-dialog.c')
-rw-r--r--shell/ev-annotation-properties-dialog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/ev-annotation-properties-dialog.c b/shell/ev-annotation-properties-dialog.c
index dc51feea..9406131d 100644
--- a/shell/ev-annotation-properties-dialog.c
+++ b/shell/ev-annotation-properties-dialog.c
@@ -137,8 +137,8 @@ ev_annotation_properties_dialog_init (EvAnnotationPropertiesDialog *annot_dialog
gtk_window_set_destroy_with_parent (GTK_WINDOW (annot_dialog), TRUE);
gtk_container_set_border_width (GTK_CONTAINER (annot_dialog), 5);
gtk_dialog_add_buttons (dialog,
- GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
- GTK_STOCK_APPLY, GTK_RESPONSE_APPLY,
+ "gtk-close", GTK_RESPONSE_CLOSE,
+ "gtk-apply", GTK_RESPONSE_APPLY,
NULL);
gtk_dialog_set_default_response (dialog, GTK_RESPONSE_APPLY);