diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-10-22 02:28:34 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-10-22 02:28:34 +0800 |
commit | 0fb08f3ff81575a4749d851404233f34252dd2f2 (patch) | |
tree | 7e03befedc3a76fd104921dbbc616810d87333be /ui/evolution-calendar.xml | |
parent | 0e19f2c16de592607a341eb9974d31e4e47e02b5 (diff) | |
download | gsoc2013-evolution-0fb08f3ff81575a4749d851404233f34252dd2f2.tar.gz gsoc2013-evolution-0fb08f3ff81575a4749d851404233f34252dd2f2.tar.zst gsoc2013-evolution-0fb08f3ff81575a4749d851404233f34252dd2f2.zip |
Merge new-ui-branch to the trunk.
svn path=/trunk/; revision=22964
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"/> |