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:
JP Rosevear
2002-02-07 19:22:11 +00:00
committed by JP Rosevear
parent ea82c78d96
commit 91a3039067
2 changed files with 10 additions and 1 deletions

View File

@ -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".

View File

@ -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"/>