diff options
author | Jacob Leach <jleach@src.gnome.org> | 2001-08-01 17:11:56 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-08-01 17:11:56 +0800 |
commit | 993a74a8c03b250f8d9dbffc5635882f0cedcaf0 (patch) | |
tree | 3747d68c7d5a22263d2ccac936f7b040ac6d17b6 /ui | |
parent | ca7c6e2fc0a252a41df1dcd658f632bda4b934c0 (diff) | |
download | gsoc2013-evolution-993a74a8c03b250f8d9dbffc5635882f0cedcaf0.tar gsoc2013-evolution-993a74a8c03b250f8d9dbffc5635882f0cedcaf0.tar.gz gsoc2013-evolution-993a74a8c03b250f8d9dbffc5635882f0cedcaf0.tar.bz2 gsoc2013-evolution-993a74a8c03b250f8d9dbffc5635882f0cedcaf0.tar.lz gsoc2013-evolution-993a74a8c03b250f8d9dbffc5635882f0cedcaf0.tar.xz gsoc2013-evolution-993a74a8c03b250f8d9dbffc5635882f0cedcaf0.tar.zst gsoc2013-evolution-993a74a8c03b250f8d9dbffc5635882f0cedcaf0.zip |
More updates to icons, this time the Save, Save As, and Search icons for
a few places.
svn path=/trunk/; revision=11544
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 8 | ||||
-rw-r--r-- | ui/evolution-mail-message.xml | 9 | ||||
-rw-r--r-- | ui/evolution-message-composer.xml | 8 | ||||
-rw-r--r-- | ui/evolution.xml | 2 |
4 files changed, 18 insertions, 9 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 5da755f176..5739e5b52a 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,11 @@ +2001-08-01 Jason Leach <jleach@ximian.com> + + * evolution-mail-message.xml: Use Jakub's new Find icon for + Edit/Search Message menu item. + + * evolution-message-composer.xml: And the new Save and Save As + icons for the composer. + 2001-07-31 Peter Williams <peterw@ximian.com> * evolution-message-composer.xml: Add "Customize Toolbars" menu item diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml index 298670286a..0b2cdcd020 100644 --- a/ui/evolution-mail-message.xml +++ b/ui/evolution-mail-message.xml @@ -36,7 +36,7 @@ <cmd name="MessageCopy" _tip="Copy selected messages to another folder" accel="*Control**Shift*c" - pixtype="pixbuf" /> + pixtype="pixbuf"/> <cmd name="MessageDelete" _tip="Mark the selected messages for deletion" @@ -45,7 +45,7 @@ <cmd name="MessageForward" _tip="Forward the selected message to someone" accel="*Control*f" - pixtype="pixbuf" /> + pixtype="pixbuf"/> <cmd name="MessageForwardAttached" _tip="Forward the selected message to someone as an attachment" @@ -102,11 +102,12 @@ <cmd name="MessageSaveAs" _tip="Save the message as a text file" accel="*Control**Alt*s" - pixtype="stock" pixname="Save"/> + pixtype="pixbuf"/> <cmd name="MessageSearch" _tip="Search for text in the body of the displayed message" - accel="*Control*e"/> + accel="*Control*e" + pixtype="pixbuf"/> <cmd name="MessageUndelete" _tip="Un-delete the selected messages" diff --git a/ui/evolution-message-composer.xml b/ui/evolution-message-composer.xml index eb83c0a546..b3731d7937 100644 --- a/ui/evolution-message-composer.xml +++ b/ui/evolution-message-composer.xml @@ -5,12 +5,12 @@ _tip="Open a file" pixtype="stock" pixname="Open" accel="*Control*o"/> <cmd name="FileSave" _label="Save" - _tip="Save the current file" pixtype="stock" pixname="Save" + _tip="Save the current file" pixtype="pixbuf" accel="*Ctrl*s"/> <cmd name="FileSaveAs" _label="Save As" _tip="Save the current file with a different name" - pixtype="stock" pixname="Save As"/> + pixtype="pixbuf"/> <cmd name="FileClose" _label="Close" _tip="Close the current file" pixtype="stock" pixname="Close" @@ -89,9 +89,9 @@ <menuitem name="FileOpen" verb="" _label="_Open..."/> <placeholder name="FileOps"/> <menuitem name="FileSend" verb="" - _label="Send" pixtype="pixbuf"/> + _label="Send"/> <menuitem name="FileSendLater" verb="" - _label="Send _Later" pixtype="pixbuf"/> + _label="Send _Later"/> <separator/> <menuitem name="FileSave" verb="" _label="_Save"/> <menuitem name="FileSaveAs" verb="" _label="Save _As..."/> diff --git a/ui/evolution.xml b/ui/evolution.xml index bcfe4c6181..287a01ea79 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -15,7 +15,7 @@ _tip="Toggle whether to show the folder bar"/> <cmd name="HelpSubmitBug" _label="Submit Bug Report" - _tip="Submit bug report using Bug Buddy."/> + _tip="Submit a bug report using Bug Buddy"/> <cmd name="ToggleOffline" _type="Toggle" _label="_Work Offline" |