[gnome-nibbles] Removed more GTK_STOCK icons



commit f744fd3fed2c9943c57d8883ec89c1d713bfb914
Author: Bryan Quigley <bryanquigs src gnome org>
Date:   Sun Jan 5 18:32:09 2014 -0500

    Removed more GTK_STOCK icons

 src/main.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index 1de2eca..02f6405 100644
--- a/src/main.c
+++ b/src/main.c
@@ -566,11 +566,11 @@ static const GtkActionEntry action_entry[] = {
    G_CALLBACK (pause_game_cb)},
   {"Scores", NULL, N_("_Scores"), NULL, NULL,
    G_CALLBACK (show_scores_cb)},
-  {"Quit", GTK_STOCK_QUIT, NULL, NULL, NULL, G_CALLBACK (quit_cb)},
-  {"Preferences", GTK_STOCK_PREFERENCES, NULL, NULL, NULL,
+  {"Quit", NULL, N_("_Quit"), NULL, NULL, G_CALLBACK (quit_cb)},
+  {"Preferences", NULL, N_("_Preferences"), NULL, NULL,
    G_CALLBACK (gnibbles_preferences_cb)},
   {"Contents", NULL, N_("_Contents"), NULL, NULL, G_CALLBACK (help_cb)},
-  {"About", GTK_STOCK_ABOUT, NULL, NULL, NULL, G_CALLBACK (about_cb)}
+  {"About", NULL, N_("_About"), NULL, NULL, G_CALLBACK (about_cb)}
 };
 
 static const char ui_description[] =


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