add new meeting item to Actions and File->New
2002-02-07 JP Rosevear <jpr@ximian.com> * evolution-calendar.xml: add new meeting item to Actions and File->New svn path=/trunk/; revision=15594
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2002-02-07 JP Rosevear <jpr@ximian.com>
|
||||
|
||||
* evolution-calendar.xml: add new meeting item to Actions and
|
||||
File->New
|
||||
|
||||
2002-02-05 Anna Marie Dirks <anna@ximian.com>
|
||||
|
||||
* evolution-mail-message.xml: Changed "Forward As" to "Forward" to improve grammar ("Forward As" implies an answer in the form of a noun, while "Redirect" is a verb), and added accelerators to "Add Sender to Addressbook" and "Redirect".
|
||||
|
@ -3,6 +3,7 @@
|
||||
<cmd name="CalendarNewAppointment" _tip="Create a new appointment"
|
||||
accel="*Control*n"/>
|
||||
<cmd name="CalendarNewEvent" _tip="Create an event for the whole day"/>
|
||||
<cmd name="CalendarNewMeeting" _tip="Create a new meeting request"/>
|
||||
<cmd name="CalendarNewTask" _tip="Create a new task"/>
|
||||
|
||||
<cmd name="CalendarPrint" _tip="Print this calendar" pixtype="pixbuf"
|
||||
@ -37,6 +38,8 @@
|
||||
<placeholder name="NewFirstItem">
|
||||
<menuitem name="NewAppointment" verb="CalendarNewAppointment"
|
||||
_label="_Appointment..." pixtype="pixbuf"/>
|
||||
<menuitem name="NewMeeting" verb="CalendarNewMeeting"
|
||||
_label="_Meeting..." pixtype="pixbuf"/>
|
||||
<menuitem name="NewTask" verb="CalendarNewTask"
|
||||
_label="_Task..." pixtype="pixbuf"/>
|
||||
<separator f="" name="ecal"/>
|
||||
@ -87,7 +90,8 @@
|
||||
<menuitem name="NewAppointment" verb="CalendarNewAppointment"
|
||||
_label="Create a _New Appointment" pixtype="pixbuf"/>
|
||||
<menuitem name="NewEvent" verb="CalendarNewEvent" _label="Create a New All Day _Event" pixtype="pixbuf"/>
|
||||
|
||||
<menuitem name="NewMeeting" verb="CalendarNewMeeting"
|
||||
_label="Create a _New Meeting" pixtype="pixbuf"/>
|
||||
<menuitem name="NewTask" verb="CalendarNewTask" _label="Create a New _Task" pixtype="pixbuf"/>
|
||||
|
||||
<separator f="" name="ecal"/>
|
||||
|
Reference in New Issue
Block a user