diff options
author | Damon Chaplin <damon@ximian.com> | 2001-08-20 13:34:38 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-08-20 13:34:38 +0800 |
commit | d2056a0958455ea401cd0842f88d93b08a469feb (patch) | |
tree | 63e844625cef6d7a6741d2f6d0c388a4cfa930b5 | |
parent | 85a296870654368f77fbc1105b7608a74ea64255 (diff) | |
download | gsoc2013-evolution-d2056a0958455ea401cd0842f88d93b08a469feb.tar gsoc2013-evolution-d2056a0958455ea401cd0842f88d93b08a469feb.tar.gz gsoc2013-evolution-d2056a0958455ea401cd0842f88d93b08a469feb.tar.bz2 gsoc2013-evolution-d2056a0958455ea401cd0842f88d93b08a469feb.tar.lz gsoc2013-evolution-d2056a0958455ea401cd0842f88d93b08a469feb.tar.xz gsoc2013-evolution-d2056a0958455ea401cd0842f88d93b08a469feb.tar.zst gsoc2013-evolution-d2056a0958455ea401cd0842f88d93b08a469feb.zip |
use Cut/Copy/Paste icons.
2001-08-20 Damon Chaplin <damon@ximian.com>
* evolution-mail-list.xml: use Cut/Copy/Paste icons.
svn path=/trunk/; revision=12247
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution-mail-list.xml | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 04d4c83a4c..96dd28bc32 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,5 +1,9 @@ 2001-08-20 Damon Chaplin <damon@ximian.com> + * evolution-mail-list.xml: use Cut/Copy/Paste icons. + +2001-08-20 Damon Chaplin <damon@ximian.com> + * evolution-comp-editor.xml: don't use old stock icon for the menu, to be consistent with other components. Use new delete icon for toolbar. diff --git a/ui/evolution-mail-list.xml b/ui/evolution-mail-list.xml index 6b48790750..070a3de221 100644 --- a/ui/evolution-mail-list.xml +++ b/ui/evolution-mail-list.xml @@ -4,15 +4,15 @@ <cmd name="EditCut" _tip="Cut selected messages" - accel="*Control*x"/> + accel="*Control*x" pixtype="pixbuf"/> <cmd name="EditCopy" _tip="Copy selected messages" - accel="*Control*c"/> + accel="*Control*c" pixtype="pixbuf"/> <cmd name="EditPaste" _tip="Paste message in the clipboard" - accel="*Control*v"/> + accel="*Control*v" pixtype="pixbuf"/> <cmd name="EditInvertSelection" _tip="Select all and only the messages that are not currently selected" |