diff options
author | Pablo Barciela <[email protected]> | 2018-02-14 04:03:57 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-02-14 09:26:08 +0100 |
commit | 70a60111e00fe834e1303d87265c1aa65cb1f086 (patch) | |
tree | 88faea28f15ac67a81e05724b068f772a8ab8057 /baobab/src/baobab-remote-connect-dialog.c | |
parent | dab6502bbced250a11781b0239300af3d787b4a4 (diff) | |
download | mate-utils-70a60111e00fe834e1303d87265c1aa65cb1f086.tar.bz2 mate-utils-70a60111e00fe834e1303d87265c1aa65cb1f086.tar.xz |
avoid deprecated GtkStock
Diffstat (limited to 'baobab/src/baobab-remote-connect-dialog.c')
-rw-r--r-- | baobab/src/baobab-remote-connect-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/baobab/src/baobab-remote-connect-dialog.c b/baobab/src/baobab-remote-connect-dialog.c index 603adb9b..c78725ca 100644 --- a/baobab/src/baobab-remote-connect-dialog.c +++ b/baobab/src/baobab-remote-connect-dialog.c @@ -723,7 +723,7 @@ baobab_remote_connect_dialog_init (BaobabRemoteConnectDialog *dialog) setup_for_type (dialog); gtk_dialog_add_button (GTK_DIALOG (dialog), - GTK_STOCK_CANCEL, + "gtk-cancel", GTK_RESPONSE_CANCEL); gtk_dialog_add_button (GTK_DIALOG (dialog), _("_Scan"), |