[nautilus] help-overlay: add missing shortcut for cut



commit efacc0a3eca3d4165188c744366e4d089a1325cb
Author: Pedro Beja <althaser gmail com>
Date:   Mon May 30 13:59:58 2016 +0100

    help-overlay: add missing shortcut for cut
    
    The shortcut for ‘cut’ was missing from the shortcut list. This commit adds it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=765532

 src/resources/gtk/help-overlay.ui |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/src/resources/gtk/help-overlay.ui b/src/resources/gtk/help-overlay.ui
index a29fadb..1ef043a 100644
--- a/src/resources/gtk/help-overlay.ui
+++ b/src/resources/gtk/help-overlay.ui
@@ -324,6 +324,13 @@
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
+                <property name="title" translatable="yes" context="shortcut window">Cut</property>
+                <property name="accelerator">&lt;Primary&gt;X</property>
+              </object>
+            </child>
+           <child>
+              <object class="GtkShortcutsShortcut">
+                <property name="visible">True</property>
                 <property name="title" translatable="yes" context="shortcut window">Copy</property>
                 <property name="accelerator">&lt;Primary&gt;C</property>
               </object>


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