2011-12-16 [wwp] 3.8.0cvs2
[claws.git] / src / gtk / icon_legend.c
index b563a27796d73661937d163067aa0cbeb7b677af..916cf5de04f71724773daa0da9cf7edd49d29456 100644 (file)
@@ -39,6 +39,7 @@ StockPixmap legend_icons[ICONS] = {
        STOCK_PIXMAP_UNREAD,
        STOCK_PIXMAP_REPLIED, 
        STOCK_PIXMAP_FORWARDED, 
+       STOCK_PIXMAP_REPLIED_AND_FORWARDED, 
        STOCK_PIXMAP_IGNORETHREAD,
        STOCK_PIXMAP_WATCHTHREAD,
        STOCK_PIXMAP_SPAM,
@@ -63,6 +64,7 @@ static gchar *legend_icon_desc[] = {
        N_("Unread message"),
        N_("Message has been replied to"),
        N_("Message has been forwarded"),
+       N_("Message has been forwarded and replied to"),
        N_("Message is in an ignored thread"),
        N_("Message is in a watched thread"),
        N_("Message is spam"),