in mail:
2001-08-29 Peter Williams <peterw@ximian.com> * folder-browser-ui.c: Fix the pixmap for /commands/MessageUndelete. in ui: 2001-08-29 Peter Williams <peterw@ximian.com> * evolution-mail-message.xml: Add a pixtype to /Commands/MessageUndelete so that people can see the icon. svn path=/trunk/; revision=12515
This commit is contained in:
committed by
Peter Williams
parent
fd6740b4a8
commit
d754f55ce5
@ -1,5 +1,7 @@
|
||||
2001-08-29 Peter Williams <peterw@ximian.com>
|
||||
|
||||
* folder-browser-ui.c: Fix the pixmap for /commands/MessageUndelete.
|
||||
|
||||
* component-factory.c (owner_set_cb): Toss in a call to
|
||||
mail_config_init () cause it might contribute to solving
|
||||
bug 4911, and it won't hurt.
|
||||
|
||||
@ -116,7 +116,7 @@ static EPixmap message_pixcache [] = {
|
||||
E_PIXMAP ("/commands/PrintMessage", "print.xpm"),
|
||||
E_PIXMAP ("/commands/PrintPreviewMessage", "print-preview.xpm"),
|
||||
E_PIXMAP ("/commands/MessageDelete", "evolution-trash-mini.png"),
|
||||
E_PIXMAP ("/commands/MessageUndelete", "undelete_message.xpm"),
|
||||
E_PIXMAP ("/commands/MessageUndelete", "undelete_message-16.png"),
|
||||
E_PIXMAP ("/commands/MessageCopy", "copy_16_message.xpm"),
|
||||
E_PIXMAP ("/commands/MessageMove", "move_message.xpm"),
|
||||
E_PIXMAP ("/commands/MessageReplyAll", "reply_to_all.xpm"),
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
2001-08-29 Peter Williams <peterw@ximian.com>
|
||||
|
||||
* evolution-mail-message.xml: Add a pixtype to
|
||||
/Commands/MessageUndelete so that people can see the icon.
|
||||
|
||||
2001-08-23 Larry Ewing <lewing@ximian.com>
|
||||
|
||||
* evolution-mail-message.xml: added ... to Search Message to
|
||||
|
||||
@ -111,7 +111,8 @@
|
||||
|
||||
<cmd name="MessageUndelete"
|
||||
_tip="Un-delete the selected messages"
|
||||
accel="*Control*u"/>
|
||||
accel="*Control*u"
|
||||
pixtype="pixbuf"/>
|
||||
|
||||
<cmd name="PrintMessage"
|
||||
_tip="Print this message"
|
||||
|
||||
Reference in New Issue
Block a user