[gnome-games] aisleriot: Remove stock icon from Statistics menu item



commit 807c4dbb7e2455c279b954cd91bff709304dd7b6
Author: Christian Persch <chpe gnome org>
Date:   Sun Jan 24 01:36:48 2010 +0100

    aisleriot: Remove stock icon from Statistics menu item

 aisleriot/window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/aisleriot/window.c b/aisleriot/window.c
index f853cbd..d7373cf 100644
--- a/aisleriot/window.c
+++ b/aisleriot/window.c
@@ -2218,7 +2218,7 @@ aisleriot_window_init (AisleriotWindow *window)
       ACTION_TOOLTIP (N_("Play a different game")),
       G_CALLBACK (select_game_cb) },
     { "RecentMenu", NULL, N_("_Recently Played") },
-    { "Statistics", GTK_STOCK_ADD, N_("S_tatistics"), NULL,
+    { "Statistics", NULL, N_("S_tatistics"), NULL,
       ACTION_TOOLTIP (N_("Show gameplay statistics")),
       G_CALLBACK (statistics_cb) },
     { "CloseWindow", GTK_STOCK_CLOSE, NULL, NULL,



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