diff options
author | Pablo Barciela <[email protected]> | 2018-02-15 01:45:55 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-02-16 17:22:20 +0100 |
commit | 7a91219f5b255783690be32fe6426b8a6c640398 (patch) | |
tree | d63211014ecdc0dbbeb8e315b4d6067f9e1e62ac /shell/ev-properties-dialog.c | |
parent | ed3b7f0015cf629a2d7e69f60b166978d6859305 (diff) | |
download | atril-7a91219f5b255783690be32fe6426b8a6c640398.tar.bz2 atril-7a91219f5b255783690be32fe6426b8a6c640398.tar.xz |
avoid deprecated GtkStock
Diffstat (limited to 'shell/ev-properties-dialog.c')
-rw-r--r-- | shell/ev-properties-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-properties-dialog.c b/shell/ev-properties-dialog.c index 03430759..4ad1220b 100644 --- a/shell/ev-properties-dialog.c +++ b/shell/ev-properties-dialog.c @@ -64,7 +64,7 @@ ev_properties_dialog_init (EvPropertiesDialog *properties) gtk_container_set_border_width (GTK_CONTAINER (properties), 5); gtk_box_set_spacing (content_area, 2); - gtk_dialog_add_button (GTK_DIALOG (properties), GTK_STOCK_CLOSE, + gtk_dialog_add_button (GTK_DIALOG (properties), "gtk-close", GTK_RESPONSE_CANCEL); gtk_dialog_set_default_response (GTK_DIALOG (properties), GTK_RESPONSE_CANCEL); |