summaryrefslogtreecommitdiff
path: root/multiload/properties.c
diff options
context:
space:
mode:
Diffstat (limited to 'multiload/properties.c')
-rw-r--r--multiload/properties.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/multiload/properties.c b/multiload/properties.c
index 9eb8683c..a0feb3ba 100644
--- a/multiload/properties.c
+++ b/multiload/properties.c
@@ -817,8 +817,8 @@ multiload_properties_cb (GtkAction *action,
dialog = gtk_dialog_new_with_buttons (_("System Monitor Preferences"),
NULL, 0,
- GTK_STOCK_HELP, GTK_RESPONSE_HELP,
- GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
+ "gtk-help", GTK_RESPONSE_HELP,
+ "gtk-close", GTK_RESPONSE_CLOSE,
NULL);
gtk_window_set_screen (GTK_WINDOW (dialog),
gtk_widget_get_screen (GTK_WIDGET (ma->applet)));