diff options
Diffstat (limited to 'capplets/windows/mate-metacity-support.c')
-rw-r--r-- | capplets/windows/mate-metacity-support.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/windows/mate-metacity-support.c b/capplets/windows/mate-metacity-support.c index d5964444..77fd1739 100644 --- a/capplets/windows/mate-metacity-support.c +++ b/capplets/windows/mate-metacity-support.c @@ -40,7 +40,7 @@ mate_metacity_config_tool () dialog = GTK_DIALOG (gtk_dialog_new_with_buttons(_("Metacity Preferences"), NULL, GTK_DIALOG_MODAL, - GTK_STOCK_CLOSE, + "gtk-close", GTK_RESPONSE_CLOSE, NULL)); gtk_window_set_icon_name (GTK_WINDOW (dialog), "preferences-system-windows"); |