From 4e266ce3d22478c62420daae862cf392ba1acfb1 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sun, 9 Jul 2000 00:32:31 +0000 Subject: Create an empty "Edit" menu for the editor control to insert itself into. * e-msg-composer.c (create_menubar): Create an empty "Edit" menu for the editor control to insert itself into. svn path=/trunk/; revision=3985 --- composer/e-msg-composer.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'composer/e-msg-composer.c') diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c index 6c4ea73270..bd675cae34 100644 --- a/composer/e-msg-composer.c +++ b/composer/e-msg-composer.c @@ -714,6 +714,10 @@ static GnomeUIInfo file_tree[] = { GNOMEUIINFO_END }; +static GnomeUIInfo edit_tree[] = { + GNOMEUIINFO_END +}; + static GnomeUIInfo view_tree[] = { GNOMEUIINFO_ITEM_STOCK (N_("View _attachments"), N_("View/hide attachments"), menu_view_attachments_activate_cb, GNOME_STOCK_MENU_ATTACH), @@ -722,6 +726,7 @@ static GnomeUIInfo view_tree[] = { static GnomeUIInfo menubar_info[] = { GNOMEUIINFO_MENU_FILE_TREE (file_tree), + GNOMEUIINFO_MENU_EDIT_TREE (edit_tree), GNOMEUIINFO_MENU_VIEW_TREE (view_tree), GNOMEUIINFO_END }; -- cgit v1.2.3