summaryrefslogtreecommitdiff
path: root/capplet/gsm-properties-dialog.c
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2018-02-12 12:13:35 +0100
committerraveit65 <[email protected]>2018-02-13 12:37:25 +0100
commit91c840faea76d98659a79e76737cb37270cec558 (patch)
treeabd22c86baf7b503c8fa811ceede224f978d3752 /capplet/gsm-properties-dialog.c
parentefbcc67539de524b1f328b4fb90e4f03e811aa22 (diff)
downloadmate-session-manager-91c840faea76d98659a79e76737cb37270cec558.tar.bz2
mate-session-manager-91c840faea76d98659a79e76737cb37270cec558.tar.xz
avoid deprecated GtkStock
Diffstat (limited to 'capplet/gsm-properties-dialog.c')
-rw-r--r--capplet/gsm-properties-dialog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/capplet/gsm-properties-dialog.c b/capplet/gsm-properties-dialog.c
index cc049a4..09042a6 100644
--- a/capplet/gsm-properties-dialog.c
+++ b/capplet/gsm-properties-dialog.c
@@ -474,8 +474,8 @@ setup_dialog (GsmPropertiesDialog *dialog)
GtkTargetList *targetlist;
gtk_dialog_add_buttons (GTK_DIALOG (dialog),
- GTK_STOCK_HELP, GTK_RESPONSE_HELP,
- GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
+ "gtk-help", GTK_RESPONSE_HELP,
+ "gtk-close", GTK_RESPONSE_CLOSE,
NULL);
dialog->priv->list_store = gtk_list_store_new (NUMBER_OF_COLUMNS,