diff options
Diffstat (limited to 'main/data')
-rw-r--r-- | main/data/gresource.xml | 3 | ||||
-rw-r--r-- | main/data/gtk/help-overlay.ui (renamed from main/data/shortcuts.ui) | 2 | ||||
-rw-r--r-- | main/data/menu_app.ui | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/main/data/gresource.xml b/main/data/gresource.xml index 603d7fd0..84c6f2b4 100644 --- a/main/data/gresource.xml +++ b/main/data/gresource.xml @@ -61,11 +61,10 @@ <file>quote.ui</file> <file>search_autocomplete.ui</file> <file>settings_dialog.ui</file> - <file>shortcuts.ui</file> + <file>gtk/help-overlay.ui</file> <file>style-dark.css</file> <file>style.css</file> <file>unified_main_content.ui</file> <file>unified_window_placeholder.ui</file> </gresource> </gresources> - diff --git a/main/data/shortcuts.ui b/main/data/gtk/help-overlay.ui index 6cc5851a..17b0555c 100644 --- a/main/data/shortcuts.ui +++ b/main/data/gtk/help-overlay.ui @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <interface> - <object class="GtkShortcutsWindow" id="shortcuts-window"> + <object class="GtkShortcutsWindow" id="help_overlay"> <property name="modal">True</property> <child> <object class="GtkShortcutsSection"> diff --git a/main/data/menu_app.ui b/main/data/menu_app.ui index f269e219..bb33ff65 100644 --- a/main/data/menu_app.ui +++ b/main/data/menu_app.ui @@ -13,7 +13,7 @@ <attribute name="label" translatable="yes">Preferences</attribute> </item> <item> - <attribute name="action">app.open_shortcuts</attribute> + <attribute name="action">win.show-help-overlay</attribute> <attribute name="label" translatable="yes">Keyboard Shortcuts</attribute> </item> <item> |