diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-11-16 21:07:42 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-11-16 21:07:42 +0800 |
commit | 5014e7f941b9bbcf22a40bc35738b8bd57f94503 (patch) | |
tree | 72cb173c8198bb342df662207e2b86f85be6c696 /ui/evolution-event-editor.xml | |
parent | f3393b1111bbc2d4147f5420f8df8a86436db814 (diff) | |
download | gsoc2013-evolution-5014e7f941b9bbcf22a40bc35738b8bd57f94503.tar.gz gsoc2013-evolution-5014e7f941b9bbcf22a40bc35738b8bd57f94503.tar.zst gsoc2013-evolution-5014e7f941b9bbcf22a40bc35738b8bd57f94503.zip |
added evolution tasks xml file and small changes to evolution event editor.
svn path=/trunk/; revision=30625
Diffstat (limited to 'ui/evolution-event-editor.xml')
-rw-r--r-- | ui/evolution-event-editor.xml | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/ui/evolution-event-editor.xml b/ui/evolution-event-editor.xml index addb75bf15..2b35a0be3c 100644 --- a/ui/evolution-event-editor.xml +++ b/ui/evolution-event-editor.xml @@ -1,9 +1,5 @@ <Root> <commands> - <cmd name="ViewAttendee" _label="_Attendee" - _tip="Toggles whether the Attendee field is displayed" - type="toggle" state="0"/> - <cmd name="ViewRole" _label="R_ole Field" _tip="Toggles whether the Role field is displayed" type="toggle" state="0"/> @@ -45,7 +41,7 @@ <cmd name="ActionClassConfidential" _label="_Confidential" type="radio" group="class" _tip="Classify as Confidential"/> - <cmd name="ActionRecurrance" _label="Recurrance" + <cmd name="ActionRecurrence" _label="Recurrence" _tip="Make this a recurring event" pixtype="pixbuf"/> <cmd name="ActionFreeBusy" _label="Free/Busy" _tip="Query free / busy information for the attendees" pixtype="pixbuf"/> @@ -57,7 +53,6 @@ <menu> <submenu name="View"> <placeholder name="AttendeeOptions"> - <menuitem name="ViewAttendee" verb=""/> <menuitem name="ViewType" verb="" /> <menuitem name="ViewStatus" verb="" /> <menuitem name="ViewRole" verb="" /> @@ -79,7 +74,7 @@ <menuitem name="ActionClassPrivate" id="ActionClassPrivate" verb=""/> <menuitem name="ActionClassConfidential" id="ActionClassConfidential" verb=""/> </submenu> - <menuitem name="ActionRecurrance" verb="" _label="Recurrance" pixtype="pixbuf"/> + <menuitem name="ActionRecurrence" verb="" _label="Recurrence" pixtype="pixbuf"/> <menuitem name="ActionFreeBusy" verb="" _label="Free/Busy"/> </submenu> </menu> @@ -88,7 +83,7 @@ <toolitem name="ActionAlarm" verb="" _label="Alarms" pixtype="pixbuf" /> <toolitem name="ActionAllDayEvent" verb="" _label="All day Event" pixtype="pixbuf"/> <toolitem name="ViewTimeZone" verb="" _label="Time Zone" pixtype="pixbuf"/> - <toolitem name="ActionRecurrance" verb="" _label="Recurrance" pixtype="pixbuf"/> + <toolitem name="ActionRecurrence" verb="" _label="Recurrence" pixtype="pixbuf"/> <toolitem name="ActionFreeBusy" verb="" _label="Free/Busy" pixtype="pixbuf"/> </dockitem> |