diff options
author | Rodney Dawes <dobey@ximian.com> | 2004-05-07 06:35:49 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-05-07 06:35:49 +0800 |
commit | e7693afcaf315627b528c61a67ca040a73f23997 (patch) | |
tree | 770146425175ef961944f75c8b34106cab09a714 | |
parent | 1edcbb4aa658d9eb298b0d2347cf7fd85970b64a (diff) | |
download | gsoc2013-evolution-e7693afcaf315627b528c61a67ca040a73f23997.tar.gz gsoc2013-evolution-e7693afcaf315627b528c61a67ca040a73f23997.tar.zst gsoc2013-evolution-e7693afcaf315627b528c61a67ca040a73f23997.zip |
Make some more toolbar and menu items use the stock versions of icons
2004-05-06 Rodney Dawes <dobey@ximian.com>
* evolution-mail-message.xml: Make some more toolbar and menu items
use the stock versions of icons
Fixes #57963 partly
svn path=/trunk/; revision=25817
-rw-r--r-- | ui/ChangeLog | 7 | ||||
-rw-r--r-- | ui/evolution-mail-message.xml | 16 |
2 files changed, 15 insertions, 8 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index c7b47d6bda..21722695e2 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,10 @@ +2004-05-06 Rodney Dawes <dobey@ximian.com> + + * evolution-mail-message.xml: Make some more toolbar and menu items + use the stock versions of icons + + Fixes #57963 partly + 2004-04-30 Dave Fallon <davef@tetsubo.com> * ui/evolution-addressbook.xml: Fixed Bug #57611. diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml index 76006a89d0..5f46f2256e 100644 --- a/ui/evolution-mail-message.xml +++ b/ui/evolution-mail-message.xml @@ -11,15 +11,15 @@ <cmd name="EditCut" _tip="Cut selected message(s) to the clipboard" - accel="*Control*x" pixtype="pixbuf"/> + accel="*Control*x" pixtype="stock" pixname="gtk-cut"/> <cmd name="EditCopy" _tip="Copy selected message(s) to the clipboard" - accel="*Control*c" pixtype="pixbuf"/> + accel="*Control*c" pixtype="stock" pixname="gtk-copy"/> <cmd name="EditPaste" _tip="Paste message(s) from the clipboard" - accel="*Control*v" pixtype="pixbuf"/> + accel="*Control*v" pixtype="stock" pixname="gtk-paste"/> <cmd name="MailNext" _tip="Display the next message"/> @@ -61,7 +61,7 @@ <cmd name="MessageDelete" _tip="Mark the selected messages for deletion" accel="*Control*d" - pixtype="pixbuf"/> + pixtype="stock" pixname="gtk-delete"/> <cmd name="MessageFollowUpFlag" _tip="Flag selected message(s) for follow-up" @@ -161,11 +161,11 @@ <cmd name="PrintMessage" _tip="Print this message" accel="*Control*p" - pixtype="pixbuf"/> + pixtype="stock" pixname="gtk-print"/> <cmd name="PrintPreviewMessage" _tip="Preview the message to be printed" - pixtype="pixbuf"/> + pixtype="stock" pixname="gtk-print-preview"/> <cmd name="PrintSetup" _tip="Set up the page settings for your current printer" @@ -406,11 +406,11 @@ <toolitem name="PrintMessage" verb="" _label="Print" - pixtype="pixbuf"/> + pixtype="stock" pixname="gtk-print"/> <toolitem name="MessageDelete" verb="" _label="Delete" - pixtype="pixbuf"/> + pixtype="stock" pixname="gtk-delete"/> <toolitem name="MessageMarkAsJunk" verb="" _label="Junk" |