aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/ChangeLog4
-rw-r--r--mail/folder-browser-ui.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 0043ce3b57..fd29e14998 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,7 @@
+2001-08-20 Damon Chaplin <damon@ximian.com>
+
+ * folder-browser-ui.c: use new Cut/Copy/Paste icons.
+
2001-08-19 Ettore Perazzoli <ettore@ximian.com>
* component-factory.c: Update the folder list to include a display
diff --git a/mail/folder-browser-ui.c b/mail/folder-browser-ui.c
index e21f02d54e..adbf05428d 100644
--- a/mail/folder-browser-ui.c
+++ b/mail/folder-browser-ui.c
@@ -146,6 +146,10 @@ static EPixmap list_pixcache [] = {
E_PIXMAP ("/commands/ViewHideSelected", "hide_selected_messages.xpm"),
E_PIXMAP ("/commands/ViewShowAll", "show_all_messages.xpm"),
+ E_PIXMAP ("/commands/EditCut", "16_cut.png"),
+ E_PIXMAP ("/commands/EditCopy", "16_copy.png"),
+ E_PIXMAP ("/commands/EditPaste", "16_paste.png"),
+
E_PIXMAP_END
};