diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 3 | ||||
-rw-r--r-- | ui/evolution-message-composer.xml | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index ca522c50ea..7dad99988b 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,5 +1,8 @@ 2001-06-27 Jeffrey Stedfast <fejj@ximian.com> + * evolution-message-composer.xml: Updated to use TigerT's + attachment icon. + * evolution-mail-message.xml: Copy and Move to Folder now require the Shift key. diff --git a/ui/evolution-message-composer.xml b/ui/evolution-message-composer.xml index 2dbdfb1bea..3903de8f91 100644 --- a/ui/evolution-message-composer.xml +++ b/ui/evolution-message-composer.xml @@ -30,7 +30,7 @@ pixtype="stock" pixname="Send Mail"/> <cmd name="FileAttach" _label="Attach" _tip="Attach a file" - pixtype="stock" pixname="Attach"/> + pixtype="pixbuf"/> <cmd name="DeleteAll" _label="_Delete all" _tip="Delete all but signature"/> @@ -181,7 +181,7 @@ <toolitem name="FileSend" verb="" priority="1"/> - <toolitem name="FileAttach" verb=""/> + <toolitem name="FileAttach" verb="" pixtype="pixbuf"/> <separator/> |