diff options
-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" |