[evolution-patches] Fix for 35814
- From: Rodney Dawes <dobey ximian com>
- To: evolution-patches ximian com
- Subject: [evolution-patches] Fix for 35814
- Date: 27 Apr 2003 23:04:32 -0400
This patch fixes both the Mnemonic and Keybinding conflicts present
in the New menu, by changing the New Meeting to have 'i' for the
mnemonic and C-S-i for the keybinding.
-- dobey
? gui/dialogs/Evolution-Addressbook-SelectNames-common.c
? gui/dialogs/Evolution-Addressbook-SelectNames-skels.c
? gui/dialogs/Evolution-Addressbook-SelectNames-stubs.c
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.1749
diff -u -r1.1749 ChangeLog
--- ChangeLog 26 Apr 2003 16:39:52 -0000 1.1749
+++ ChangeLog 28 Apr 2003 03:02:14 -0000
@@ -1,3 +1,10 @@
+2003-04-27 Rodney Dawes <dobey ximian com>
+
+ 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 <rodrigo ximian com>
Fixes #41661
Index: gui/calendar-component.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/calendar-component.c,v
retrieving revision 1.79
diff -u -r1.79 calendar-component.c
--- gui/calendar-component.c 15 Apr 2003 22:26:10 -0000 1.79
+++ gui/calendar-component.c 28 Apr 2003 03:02:15 -0000
@@ -734,9 +734,9 @@
FOLDER_CALENDAR, 'a', "new_appointment.xpm");
add_creatable_item (shell_component, CREATE_MEETING_ID,
- _("New meeting"), _("_Meeting"),
+ _("New meeting"), _("Meeti_ng"),
_("Create a new meeting request"),
- FOLDER_CALENDAR, 's', "meeting-request-16.png");
+ FOLDER_CALENDAR, 'i', "meeting-request-16.png");
add_creatable_item (shell_component, CREATE_TASK_ID,
_("New task"), _("_Task"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]