[gnome-mines] Remove Hint from app menu



commit 17ea63a536d64292f213e8303a16449019da9e02
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Fri Oct 11 20:37:30 2013 -0500

    Remove Hint from app menu
    
    It is much better located in the UI itself. Also, opening the app menu
    pauses the game, setting Hint insensitive, so it was impossible to use
    anyway.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705221

 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 62037fd..7850caa 100644
--- a/src/gnome-mines.vala
+++ b/src/gnome-mines.vala
@@ -114,7 +114,6 @@ public class Mines : Gtk.Application
         menu.append_section (null, app_main_menu);
         app_main_menu.append (_("_New Game"), "app.new-game");
         app_main_menu.append (_("_Replay Size"), "app.repeat-size");
-        app_main_menu.append (_("_Hint"), "app.hint");
         app_main_menu.append (_("_Scores"), "app.scores");
         app_main_menu.append (_("_Preferences"), "app.preferences");
         var section = new Menu ();


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