aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-calendar.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ui/evolution-calendar.xml')
-rw-r--r--ui/evolution-calendar.xml122
1 files changed, 0 insertions, 122 deletions
diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml
deleted file mode 100644
index 6d3be66151..0000000000
--- a/ui/evolution-calendar.xml
+++ /dev/null
@@ -1,122 +0,0 @@
-<Root>
-
- <menu>
- <submenu name="File">
-
- <submenu name="New" _label="_New">
-
- <menuitem name="CalendarNew" verb=""
- _label="Ca_lendar" _tip="Create a new calendar"
- accel="*Control**Shift*l"/>
-
- </submenu>
-
- <placeholder name="FileOps">
-
- <menuitem name="CalendarOpen" verb=""
- _label="_Open Calendar" _tip="Open a calendar"
- accel="*Control*o"/>
-
-
-
- <menuitem name="CalendarSaveAs" verb=""
- _label="_Save As..."
- _tip="Save calendar as something else"
- accel="*Control*a"/>
-
- </placeholder>
-
- <placeholder name="Print">
-
- <menuitem name="Print" verb="CalendarPrint"
- _label="_Print this calendar"
- pixtype="stock" pixname="Print"
- accel="*Control*p"/>
-
- </placeholder>
-
- </submenu>
-
- <submenu name="Edit">
-
-
- </submenu>
-
- <submenu name="Settings">
-
- <menuitem name="Preferences" _label="Calendar Preferences..."
- verb="CalendarPreferences" _tip="Alter preferences"
- />
-
- </submenu>
- </menu>
-
- <dockitem name="Toolbar">
- <toolitem name="New" _label="New"
- _tip="Create a new appointment" verb="EditNewAppointment"
- pixtype="stock" pixname="New"/>
-
- <separator/>
-
- <toolitem name="Print" _label="Print"
- _tip="Print this calendar" verb="CalendarPrint"
- pixtype="stock" pixname="Print"/>
-
- <separator/>
-
- <toolitem name="Prev" _label="Prev"
- _tip="Go back in time" verb="CalendarPrev"
- pixtype="stock" pixname="Back"/>
-
- <toolitem name="Today" _label="Today"
- _tip="Go to present time" verb="CalendarToday"
- pixtype="stock" pixname="Home"/>
-
- <toolitem name="Next" _label="Next"
- _tip="Go forward in time" verb="CalendarNext"
- pixtype="stock" pixname="Forward"/>
-
- <separator/>
-
- <toolitem name="Goto" _label="Go to"
- _tip="Go to a specific date" verb="CalendarGoto"
- pixtype="stock" pixname="Jump To"/>
-
- <separator/>
-
- <toolitem name="DayView" _label="Day"
- _tip="Show 1 day" verb="ShowDayView"
- pixtype="pixbuf"/>
-
- <toolitem name="WorkWeekView" _label="5 Days"
- _tip="Show the working week" verb="ShowWorkWeekView"
- pixtype="pixbuf"/>
-
- <toolitem name="WeekView" _label="Week"
- _tip="Show 1 week" verb="ShowWeekView"
- pixtype="pixbuf"/>
-
- <toolitem name="MonthView" _label="Month"
- _tip="Show 1 month" verb="ShowMonthView"
- pixtype="pixbuf"/>
-
- </dockitem>
-
-</Root>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-