[amtk] tests: same action infos for win.show-side-panel as in Devhelp



commit 081bc7552bef711b950c06860d7c713b59b08a9f
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Apr 14 13:16:10 2018 +0200

    tests: same action infos for win.show-side-panel as in Devhelp

 tests/test-headerbar.c      |    5 +++--
 tests/test-traditional-ui.c |    4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/tests/test-headerbar.c b/tests/test-headerbar.c
index 407304c..bb28e81 100644
--- a/tests/test-headerbar.c
+++ b/tests/test-headerbar.c
@@ -30,8 +30,9 @@ add_action_info_entries (void)
 {
        const AmtkActionInfoEntry entries[] =
        {
-               /* action, icon, label, accel */
-               { "win.show-side-panel", NULL, "_Side Panel", "F12" },
+               /* action, icon, label, accel, tooltip */
+               { "win.show-side-panel", NULL, "_Side Panel", "F9",
+                 "Toggle side panel visibility" },
                { "win.print", NULL, "_Print", "<Control>p" },
                { "win.shortcuts-window", NULL, "_Keyboard Shortcuts", NULL },
                { NULL }
diff --git a/tests/test-traditional-ui.c b/tests/test-traditional-ui.c
index 53152d6..929a50a 100644
--- a/tests/test-traditional-ui.c
+++ b/tests/test-traditional-ui.c
@@ -46,8 +46,8 @@ add_action_info_entries (void)
                { "app.about", "help-about", "_About", NULL,
                  "About this application" },
 
-               { "win.show-side-panel", NULL, "_Side Panel", "F12",
-                 "Show or hide the side panel" },
+               { "win.show-side-panel", NULL, "_Side Panel", "F9",
+                 "Toggle side panel visibility" },
        };
 
        g_assert (action_info_store == NULL);


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