Add accelerator to attach files to composer
https://bugzilla.gnome.org/show_bug.cgi?id=743565
This commit is contained in:
parent
8ee1bf76f2
commit
2592d7fceb
1 changed files with 2 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue