diff options
Diffstat (limited to 'ui/evolution-calendar.xml')
-rw-r--r-- | ui/evolution-calendar.xml | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index 2c6ac8d53a..99dda1c153 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -1,5 +1,10 @@ <Root> <commands> + <cmd name="NewCalendar" _tip="Create a new calendar"/> + <cmd name="NewAppointment" _tip="Create a new appointment" pixtype="pixbuf"/> + <cmd name="NewAllDayEvent" _tip="Create a new all-day event" pixtype="pixbuf"/> + <cmd name="NewMeeting" _tip="Create a new meeting" pixtype="pixbuf"/> + <cmd name="NewTask" _tip="Create a new task" pixtype="pixbuf"/> <cmd name="CalendarPrint" _tip="Print this calendar" pixtype="stock" pixname="gtk-print" accel="*Control*p"/> <cmd name="CalendarPrintPreview" _tip="Previews the calendar to be printed" pixtype="stock" pixname="gtk-print-preview"/> @@ -29,7 +34,22 @@ <menu> <submenu name="File"> - + <submenu name="New"> + <placeholder name="ComponentItems"> + <menuitem name="NewCalendar" verb="NewCalendar" _label="New _Calendar" + _tip="Create a new calendar"/> + <separator/> + <menuitem name="NewAppointment" verb="NewAppointment" _label="New _Appointment" + _tip="Create a new appointment"/> + <menuitem name="NewAllDayEvent" verb="NewAllDayEvent" _label="New All Day _Event" + _tip="Create a new all-day event"/> + <menuitem name="NewMeeting" verb="NewMeeting" _label="New _Meeting" + _tip="Create a new meeting"/> + <menuitem name="NewTask" verb="NewTask" _label="New _Task" + _tip="Create a new task"/> + <separator/> + </placeholder> + </submenu> <placeholder name="Print"> <menuitem name="PrintPreview" verb="CalendarPrintPreview" _label="Print Pre_view"/> |