aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2002-02-08 03:38:51 +0800
committerJP Rosevear <jpr@src.gnome.org>2002-02-08 03:38:51 +0800
commitce46cd2607c1eb758872f1b2c0d2d62290927f67 (patch)
tree0142e5289edbe22baed8dda5caaa8900ba4ce56d /mail
parentffbfce483236f609599807572ca8366d1115d88a (diff)
downloadgsoc2013-evolution-ce46cd2607c1eb758872f1b2c0d2d62290927f67.tar
gsoc2013-evolution-ce46cd2607c1eb758872f1b2c0d2d62290927f67.tar.gz
gsoc2013-evolution-ce46cd2607c1eb758872f1b2c0d2d62290927f67.tar.bz2
gsoc2013-evolution-ce46cd2607c1eb758872f1b2c0d2d62290927f67.tar.lz
gsoc2013-evolution-ce46cd2607c1eb758872f1b2c0d2d62290927f67.tar.xz
gsoc2013-evolution-ce46cd2607c1eb758872f1b2c0d2d62290927f67.tar.zst
gsoc2013-evolution-ce46cd2607c1eb758872f1b2c0d2d62290927f67.zip
remove "New" from user creatable menu item
2002-02-07 JP Rosevear <jpr@ximian.com> * component-factory.c (create_component): remove "New" from user creatable menu item svn path=/trunk/; revision=15597
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/component-factory.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index c46abd5f0f..4c2926fb1a 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2002-02-07 JP Rosevear <jpr@ximian.com>
+
+ * component-factory.c (create_component): remove "New" from user
+ creatable menu item
+
2002-02-07 Christopher James Lahey <clahey@ximian.com>
* folder-browser.c, folder-browser.h, folder-browser-ui.c,
diff --git a/mail/component-factory.c b/mail/component-factory.c
index b754887c5e..7531cb1bd0 100644
--- a/mail/component-factory.c
+++ b/mail/component-factory.c
@@ -966,7 +966,7 @@ create_component (void)
evolution_mail_config_wizard_init ();
evolution_shell_component_add_user_creatable_item (shell_component, "message",
- _("New Mail Message"), _("New _Mail Message"), 'm',
+ _("New Mail Message"), _("_Mail Message"), 'm',
NULL);
for (i=0;i<sizeof(shell_component_handlers)/sizeof(shell_component_handlers[0]);i++) {