diff options
author | Pablo Barciela <[email protected]> | 2018-02-08 17:01:16 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-02-09 18:30:24 +0100 |
commit | 36bcd30e3fb22d3c8c57c968fccfafe0c011e70f (patch) | |
tree | f20804d9619474a31ff1661276b12f37467a55e2 /src/memmaps.cpp | |
parent | 77f8101320655020044cde5dfd0cd29bab98f8ce (diff) | |
download | mate-system-monitor-36bcd30e3fb22d3c8c57c968fccfafe0c011e70f.tar.bz2 mate-system-monitor-36bcd30e3fb22d3c8c57c968fccfafe0c011e70f.tar.xz |
avoid deprecated GtkStock
Diffstat (limited to 'src/memmaps.cpp')
-rw-r--r-- | src/memmaps.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memmaps.cpp b/src/memmaps.cpp index ddbb3a9..6f8a25d 100644 --- a/src/memmaps.cpp +++ b/src/memmaps.cpp @@ -431,7 +431,7 @@ create_single_memmaps_dialog (GtkTreeModel *model, GtkTreePath *path, memmapsdialog = gtk_dialog_new_with_buttons (_("Memory Maps"), GTK_WINDOW (procdata->app), GTK_DIALOG_DESTROY_WITH_PARENT, - GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE, + "gtk-close", GTK_RESPONSE_CLOSE, NULL); gtk_window_set_resizable(GTK_WINDOW(memmapsdialog), TRUE); gtk_window_set_default_size(GTK_WINDOW(memmapsdialog), 620, 400); |