[four-in-a-row/gnome-3-34] Fix a bug.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [four-in-a-row/gnome-3-34] Fix a bug.
- Date: Tue, 10 Dec 2019 18:57:20 +0000 (UTC)
commit 1fa5c7f52be90001b03586f2af24f774ac2b0079
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Tue Dec 10 19:54:30 2019 +0100
Fix a bug.
src/four-in-a-row.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/four-in-a-row.vala b/src/four-in-a-row.vala
index b38cb36..5deee7b 100644
--- a/src/four-in-a-row.vala
+++ b/src/four-in-a-row.vala
@@ -142,7 +142,7 @@ class FourInARow : Gtk.Application {
set_accels_for_action("app.hint", {"<Primary>h"});
set_accels_for_action("app.undo-move", {"<Primary>z"});
set_accels_for_action("app.quit", {"<Primary>q"});
- set_accels_for_action("app.contents", {"F1"});
+ set_accels_for_action("app.help", {"F1"});
add_action_entries(app_entries, this);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]