aboutsummaryrefslogtreecommitdiffstats
path: root/mail/component-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r--mail/component-factory.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c
index 64baf75714..635b378dd7 100644
--- a/mail/component-factory.c
+++ b/mail/component-factory.c
@@ -991,18 +991,18 @@ create_component (void)
new_mail_icon = gdk_pixbuf_new_from_file (EVOLUTION_ICONSDIR "/new-message.xpm");
- evolution_shell_component_add_user_creatable_item (shell_component, "post",
- _("New Message Post"), _("_Post Message"),
- _("Post a new mail message"),
- "mail", 'p',
- new_mail_icon);
-
evolution_shell_component_add_user_creatable_item (shell_component, "message",
_("New Mail Message"), _("_Mail Message"),
_("Compose a new mail message"),
"mail", 'm',
new_mail_icon);
+ evolution_shell_component_add_user_creatable_item (shell_component, "post",
+ _("New Message Post"), _("_Post Message"),
+ _("Post a new mail message"),
+ "mail", 'p',
+ new_mail_icon);
+
if (new_mail_icon != NULL)
gdk_pixbuf_unref (new_mail_icon);