[four-in-a-row] Remove Hint and Undo from the app menu



commit f571a85d6035e2d7a89e0d804fff4f41eb62e1a4
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Thu Jan 30 20:28:07 2014 -0600

    Remove Hint and Undo from the app menu
    
    These live in the window now

 src/main.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index 6767947..7e09158 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1207,11 +1207,7 @@ create_app (void)
   section = g_menu_new ();
   g_menu_append_section (app_menu, NULL, G_MENU_MODEL (section));
   g_menu_append (section, _("_New Game"), "app.new-game");
-  g_menu_append (section, _("_Undo Move"), "app.undo-move");
-  g_menu_append (section, _("_Hint"), "app.hint");
   g_menu_append (section, _("_Scores"), "app.scores");
-  section = g_menu_new ();
-  g_menu_append_section (app_menu, NULL, G_MENU_MODEL (section));
   g_menu_append (section, _("_Preferences"), "app.preferences");
   section = g_menu_new ();
   g_menu_append_section (app_menu, NULL, G_MENU_MODEL (section));


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