[quadrapassel] Remove Pause from the app menu
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [quadrapassel] Remove Pause from the app menu
- Date: Tue, 21 Jan 2014 23:00:35 +0000 (UTC)
commit 28b170775940a11f33ebee2cb50e332e974c6cb2
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Tue Jan 21 16:59:08 2014 -0600
Remove Pause from the app menu
There's a pause button in the window.
Also, we were not properly switching the label to Resume when the game
WAS paused.
src/quadrapassel.vala | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/quadrapassel.vala b/src/quadrapassel.vala
index bc8f69b..20f570a 100644
--- a/src/quadrapassel.vala
+++ b/src/quadrapassel.vala
@@ -90,7 +90,6 @@ public class Quadrapassel : Gtk.Application
var section = new Menu ();
menu.append_section (null, section);
section.append (_("_New Game"), "app.new-game");
- section.append (_("_Pause"), "app.pause");
section.append (_("_Scores"), "app.scores");
section.append (_("_Preferences"), "app.preferences");
section = new Menu ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]