diff options
author | Jacob Leach <jleach@src.gnome.org> | 2001-07-04 05:28:52 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-07-04 05:28:52 +0800 |
commit | 80f0be6c133b234925808fff2c78dfbba2f39dc4 (patch) | |
tree | 87be8c9c4c5bef6ecf3287a1447fb43320f12777 | |
parent | d7d155066d781b13892709226e3384120c27e080 (diff) | |
download | gsoc2013-evolution-80f0be6c133b234925808fff2c78dfbba2f39dc4.tar gsoc2013-evolution-80f0be6c133b234925808fff2c78dfbba2f39dc4.tar.gz gsoc2013-evolution-80f0be6c133b234925808fff2c78dfbba2f39dc4.tar.bz2 gsoc2013-evolution-80f0be6c133b234925808fff2c78dfbba2f39dc4.tar.lz gsoc2013-evolution-80f0be6c133b234925808fff2c78dfbba2f39dc4.tar.xz gsoc2013-evolution-80f0be6c133b234925808fff2c78dfbba2f39dc4.tar.zst gsoc2013-evolution-80f0be6c133b234925808fff2c78dfbba2f39dc4.zip |
Fix bug #3612: Accelerator for attach file in composer.
svn path=/trunk/; revision=10768
-rw-r--r-- | ui/ChangeLog | 7 | ||||
-rw-r--r-- | ui/evolution-message-composer.xml | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index a6958d457e..5a46f96ed0 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,5 +1,12 @@ 2001-07-03 Jason Leach <jleach@ximian.com> + [Bug #3612: Accelerator for attach file in composer] + + * evolution-message-composer.xml: Ctrl-Alt-f for attaching files + (seemed consistent with the other insert menu items) + + [Bug #809: Mark as important bindings] + * evolution-mail-message.xml: Added "Mark as Important" menu thingy. diff --git a/ui/evolution-message-composer.xml b/ui/evolution-message-composer.xml index 2a0c11bf13..6dc94e8257 100644 --- a/ui/evolution-message-composer.xml +++ b/ui/evolution-message-composer.xml @@ -30,6 +30,7 @@ pixtype="stock" pixname="Send Mail"/> <cmd name="FileAttach" _label="Attach" _tip="Attach a file" + accel="*Ctrl**Alt*f" pixtype="pixbuf"/> <cmd name="DeleteAll" _label="_Delete all" |