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/evolution-calendar.xml | |
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/evolution-calendar.xml')
-rw-r--r-- | ui/evolution-calendar.xml | 7 |
1 files changed, 7 insertions, 0 deletions
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> |