diff options
author | JP Rosevear <jpr@ximian.com> | 2001-07-03 11:49:29 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-07-03 11:49:29 +0800 |
commit | 344dc8d241a15a56bb601ea5e1b500c4fc134040 (patch) | |
tree | bc24252ed873967bd7f8025f10c1b4865458c5ef /ui | |
parent | d1d0712ae20f07a59d7c2270ae5b7c5e3f37969a (diff) | |
download | gsoc2013-evolution-344dc8d241a15a56bb601ea5e1b500c4fc134040.tar gsoc2013-evolution-344dc8d241a15a56bb601ea5e1b500c4fc134040.tar.gz gsoc2013-evolution-344dc8d241a15a56bb601ea5e1b500c4fc134040.tar.bz2 gsoc2013-evolution-344dc8d241a15a56bb601ea5e1b500c4fc134040.tar.lz gsoc2013-evolution-344dc8d241a15a56bb601ea5e1b500c4fc134040.tar.xz gsoc2013-evolution-344dc8d241a15a56bb601ea5e1b500c4fc134040.tar.zst gsoc2013-evolution-344dc8d241a15a56bb601ea5e1b500c4fc134040.zip |
Add publish free/busy item
2001-07-02 JP Rosevear <jpr@ximian.com>
* evolution-calendar.xml: Add publish free/busy item
svn path=/trunk/; revision=10724
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution-calendar.xml | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index d92daf0e0a..2153e6db39 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2001-07-02 JP Rosevear <jpr@ximian.com> + + * evolution-calendar.xml: Add publish free/busy item + 2001-07-02 Rodrigo Moya <rodrigo@ximian.com> * evolution-tasks.xml: make the 'Task Preferences' menu item appear diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index e83fb0a7e8..ee830211b2 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -32,6 +32,9 @@ <cmd name="PasteEvent" _label="Paste" _tip="Paste the clipboard" pixtype="stock" pixname="Paste" accel="*Control*v"/> + + <cmd name="PublishFreeBusy" _label="Publish Free/Busy Information" + _tip="Publish Free/Busy information for this calendar"/> </commands> <menu> @@ -108,6 +111,10 @@ <placeholder name="Component"> <menuitem name="CalendarNew" verb="EditNewAppointment"/> <menuitem verb="EditNewEvent"/> + + <separator/> + + <menuitem name="PublishFreeBusy" verb=""/> </placeholder> </submenu> </menu> |