Fixes #35814
2003-04-27 Rodney Dawes <dobey@ximian.com> 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
This commit is contained in:
committed by
Rodney Dawes
parent
aea82dfd60
commit
bb0d02c04b
@ -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
|
||||
|
||||
@ -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"),
|
||||
|
||||
@ -1,4 +1,8 @@
|
||||
003-04-23 Anna Marie Dirks <anna@ximian.com>
|
||||
2003-04-28 Rodney Dawes <dobey@ximian.com>
|
||||
|
||||
* evolution.xml: Changed the New Folder keybinding to C-S-f
|
||||
|
||||
2003-04-23 Anna Marie Dirks <anna@ximian.com>
|
||||
|
||||
* evolution.xml: Changed the placement and label of "Create New Folder"
|
||||
to be consistent with the terms/layout used for other (namely
|
||||
|
||||
@ -43,7 +43,7 @@
|
||||
<menuitem name="Folder" verb="NewFolder"
|
||||
_label="_Folder..."
|
||||
_tip="Create a new folder"
|
||||
accel="*Control**Shift*e"
|
||||
accel="*Control**Shift*f"
|
||||
pixtype="pixbuf"/>
|
||||
|
||||
<menuitem name="Shortcut" verb="NewShortcut"
|
||||
|
||||
Reference in New Issue
Block a user