[monkey-bubble: 716/753] Use a close button instead of an OK button in the gnome scores dialog.



commit d66666ad15546a18d8e18a1b7c6e533dcd0d46ed
Author: Fernando Herrera de las Heras <fherrera src gnome org>
Date:   Wed Jan 21 07:07:42 2004 +0000

    Use a close button instead of an OK button in the gnome scores dialog.
    
            * libgnomeui/gnome-scores.c: (gnome_scores_instance_init)
            Use a close button instead of an OK button in the gnome
            scores dialog.  Fixes #116440
    
    (Approved by anderca on IRC)

 libgnomeui/gnome-scores.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgnomeui/gnome-scores.c b/libgnomeui/gnome-scores.c
index ab39dfc..7e9b7c0 100644
--- a/libgnomeui/gnome-scores.c
+++ b/libgnomeui/gnome-scores.c
@@ -78,8 +78,8 @@ gnome_scores_instance_init (GnomeScores *gs)
 	gtk_window_set_title (GTK_WINDOW (gs), _("Top Ten"));
 
 	gtk_dialog_add_button (GTK_DIALOG (gs),
-			       GTK_STOCK_OK,
-			       GTK_RESPONSE_OK);
+			       GTK_STOCK_CLOSE,
+			       GTK_RESPONSE_CLOSE);
 
 	gs->_priv->logo = NULL;
 	gs->_priv->but_clear = NULL;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]