[gnome-mines] Remove New Game from app menu



commit 7607767e0347cbc13edd1ea0adf1715aab5ad70d
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Jan 25 15:43:47 2015 -0600

    Remove New Game from app menu

 src/gnome-mines.vala |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-mines.vala b/src/gnome-mines.vala
index cd6f4b2..a91aa92 100644
--- a/src/gnome-mines.vala
+++ b/src/gnome-mines.vala
@@ -228,7 +228,6 @@ public class Mines : Gtk.Application
             var menu = new Menu ();
             app_main_menu = new Menu ();
             menu.append_section (null, app_main_menu);
-            app_main_menu.append (_("_New Game"), "app.new-game");
             app_main_menu.append (_("_Scores"), "app.scores");
             app_main_menu.append (_("A_ppearance"), "app.preferences");
             var section = new Menu ();


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