[aisleriot/wip/redesign] help: Fix help target
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aisleriot/wip/redesign] help: Fix help target
- Date: Sun, 28 Jul 2013 13:35:03 +0000 (UTC)
commit a6016c066b8b2794a0d34d320ab2fc690f3888df
Author: Christian Persch <chpe gnome org>
Date: Sun Jul 28 15:34:05 2013 +0200
help: Fix help target
src/ar-application.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/ar-application.c b/src/ar-application.c
index dc68c9d..4d7c4e6 100644
--- a/src/ar-application.c
+++ b/src/ar-application.c
@@ -216,8 +216,8 @@ ar_application_startup (GApplication *application)
ENTRY ("redo", "<primary><shift>Z"),
ENTRY ("hint", "<primary>H" ),
ENTRY ("deal", "<primary>D" ),
- ENTRY_FULL ("help", "F1", "s", "'general'" ),
- ENTRY_FULL ("help", "<shift>F1", "s", "'general'" ),
+ ENTRY_FULL ("help", "F1", "s", "'general'"),
+ ENTRY_FULL ("help", "<shift>F1", "s", "'rules'" ),
#undef ENTRY
#undef ENTRY_FULL
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]