Add accelerator to attach files to composer

https://bugzilla.gnome.org/show_bug.cgi?id=743565
This commit is contained in:
Robert Schroll 2015-01-26 21:41:16 -05:00 committed by Michael James Gratton
parent 8ee1bf76f2
commit 2592d7fceb

View file

@ -225,9 +225,10 @@
<object class="GtkAction" id="add attachment">
<property name="label" translatable="yes">_Attach File</property>
<property name="short_label" translatable="yes">Attach File</property>
<property name="tooltip" translatable="yes">Attach File</property>
<property name="tooltip" translatable="yes">Attach File (Ctrl+T)</property>
<property name="icon_name">mail-attachment-symbolic</property>
</object>
<accelerator key="t" modifiers="GDK_CONTROL_MASK"/>
</child>
<child>
<object class="GtkAction" id="add original attachments">