diff options
Diffstat (limited to 'ui/evolution-calendar.xml')
-rw-r--r-- | ui/evolution-calendar.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index fb605baeb3..2c6ac8d53a 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -13,6 +13,7 @@ <cmd name="ShowWorkWeekView" _tip="Show the working week" pixtype="pixbuf"/> <cmd name="ShowWeekView" _tip="Show one week" pixtype="pixbuf"/> <cmd name="ShowMonthView" _tip="Show one month" pixtype="pixbuf"/> + <cmd name="ShowListView" _tip="Show as list" pixtype="pixbuf"/> <cmd name="Cut" _tip="Cut the selection" accel="*Control*x" pixtype="stock" pixname="gtk-cut"/> <cmd name="Copy" _tip="Copy the selection" accel="*Control*c" pixtype="stock" pixname="gtk-copy"/> @@ -93,6 +94,7 @@ <toolitem name="WorkWeekView" verb="ShowWorkWeekView" _label="Work Week" priority="1" pixtype="pixbuf"/> <toolitem name="WeekView" verb="ShowWeekView" _label="Week" priority="1" pixtype="pixbuf"/> <toolitem name="MonthView" verb="ShowMonthView" _label="Month" priority="1" pixtype="pixbuf"/> + <toolitem name="ListView" verb="ShowListView" _label="List" priority="1" pixtype="pixbuf"/> </dockitem> |