[gnome-builder] libide/gui: make more menu items searchable



commit 21d0065d44d3e899ab95578375d5d565fa791cc0
Author: Christian Hergert <chergert redhat com>
Date:   Thu Jul 21 01:21:09 2022 -0700

    libide/gui: make more menu items searchable

 src/libide/gui/gtk/menus.ui | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/src/libide/gui/gtk/menus.ui b/src/libide/gui/gtk/menus.ui
index 69f132647..b71764224 100644
--- a/src/libide/gui/gtk/menus.ui
+++ b/src/libide/gui/gtk/menus.ui
@@ -24,6 +24,7 @@
         <attribute name="label" translatable="yes">Preferences</attribute>
         <attribute name="description" translatable="yes">Change application preferences</attribute>
         <attribute name="action">app.preferences</attribute>
+        <attribute name="verb-icon">preferences-system-symbolic</attribute>
         <attribute name="accel">&lt;primary&gt;comma</attribute>
       </item>
       <item>
@@ -32,6 +33,7 @@
         <attribute name="description" translatable="yes">Find keyboard shortcuts</attribute>
         <attribute name="action">win.show-help-overlay</attribute>
         <attribute name="accel">&lt;primary&gt;question</attribute>
+        <attribute name="verb-icon">preferences-desktop-keyboard-shortcuts-symbolic</attribute>
       </item>
       <item>
         <attribute name="id">ide-primary-workspace-menu-help</attribute>
@@ -43,6 +45,7 @@
         <attribute name="id">ide-primary-workspace-menu-about</attribute>
         <attribute name="label" translatable="yes">About Builder</attribute>
         <attribute name="action">app.about</attribute>
+        <attribute name="description" translatable="yes">Show information about Builder</attribute>
       </item>
     </section>
     <section id="ide-primary-workspace-menu-quit-section">


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