From bb0d02c04bb2c09e004ba5bad2159cc3cb219672 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Mon, 28 Apr 2003 16:47:35 +0000 Subject: Fixes #35814 2003-04-27 Rodney Dawes Fixes #35814 * calendar/gui/calendar-component.c: Change mnemonic/keybinding for New Meeting to not conflict with other items in the File->New menu * ui/evolution.xml: Changed the New Folder keybinding to C-S-f svn path=/trunk/; revision=20984 --- calendar/ChangeLog | 7 +++++++ calendar/gui/calendar-component.c | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index dd1412bd7d..e9f1bc0614 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2003-04-27 Rodney Dawes + + Fixes #35814 + + * gui/calendar-component.c: Change mnemonic/keybinding for + New Meeting to not conflict with other items in the File->New menu + 2003-04-24 Rodrigo Moya Fixes #41661 diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c index 0d1e06236e..98f0964cc4 100644 --- a/calendar/gui/calendar-component.c +++ b/calendar/gui/calendar-component.c @@ -734,9 +734,9 @@ create_object (void) FOLDER_CALENDAR, 'a', "new_appointment.xpm"); add_creatable_item (shell_component, CREATE_MEETING_ID, - _("New meeting"), _("_Meeting"), + _("New meeting"), _("M_eeting"), _("Create a new meeting request"), - FOLDER_CALENDAR, 's', "meeting-request-16.png"); + FOLDER_CALENDAR, 'e', "meeting-request-16.png"); add_creatable_item (shell_component, CREATE_TASK_ID, _("New task"), _("_Task"), -- cgit v1.2.3