diff options
author | Pablo Barciela <[email protected]> | 2018-02-12 12:13:35 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-02-13 12:37:25 +0100 |
commit | 91c840faea76d98659a79e76737cb37270cec558 (patch) | |
tree | abd22c86baf7b503c8fa811ceede224f978d3752 /capplet/gsm-properties-dialog.c | |
parent | efbcc67539de524b1f328b4fb90e4f03e811aa22 (diff) | |
download | mate-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.c | 4 |
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, |