aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-04-23 02:07:24 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-04-23 02:07:24 +0800
commit3c43802a3e6d892801b6a99e8fdf6c5976bf4044 (patch)
tree466055e8bf203ded8064332cb1bed11d8021e3cf /ui
parent95d8e5b20bdc58eb2a72a6f8f75ca99cbd6b169b (diff)
downloadgsoc2013-evolution-3c43802a3e6d892801b6a99e8fdf6c5976bf4044.tar
gsoc2013-evolution-3c43802a3e6d892801b6a99e8fdf6c5976bf4044.tar.gz
gsoc2013-evolution-3c43802a3e6d892801b6a99e8fdf6c5976bf4044.tar.bz2
gsoc2013-evolution-3c43802a3e6d892801b6a99e8fdf6c5976bf4044.tar.lz
gsoc2013-evolution-3c43802a3e6d892801b6a99e8fdf6c5976bf4044.tar.xz
gsoc2013-evolution-3c43802a3e6d892801b6a99e8fdf6c5976bf4044.tar.zst
gsoc2013-evolution-3c43802a3e6d892801b6a99e8fdf6c5976bf4044.zip
Fixes #22444
2003-04-21 Rodrigo Moya <rodrigo@ximian.com> Fixes #22444 * evolution-calendar.xml: added occurrence-related menu items. svn path=/trunk/; revision=20920
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog6
-rw-r--r--ui/evolution-calendar.xml4
2 files changed, 10 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index c9b7728eb2..d6782b8948 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,9 @@
+2003-04-21 Rodrigo Moya <rodrigo@ximian.com>
+
+ Fixes #22444
+
+ * evolution-calendar.xml: added occurrence-related menu items.
+
2003-04-17 Not Zed <NotZed@Ximian.com>
* evolution-signature-editor.xml: Remove the Help menu.
diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml
index de76c509df..dd06970836 100644
--- a/ui/evolution-calendar.xml
+++ b/ui/evolution-calendar.xml
@@ -19,6 +19,8 @@
<cmd name="Paste" _tip="Paste the clipboard" accel="*Control*v"/>
<cmd name="Delete" _tip="Delete the appointment" accel="*Control*d"/>
+ <cmd name="DeleteOccurrence" _tip="Delete this occurrence"/>
+ <cmd name="DeleteAllOccurrences" _tip="Delete All Occurrences"/>
<cmd name="PublishFreeBusy" _tip="Publish Free/Busy information for this calendar"/>
</commands>
@@ -45,6 +47,8 @@
<separator/>
<menuitem name="Delete" verb="" _label="_Delete" pixtype="pixbuf"/>
+ <menuitem name="DeleteOccurrence" verb="" _label="Delete this Occurrence" pixtype="pixbuf"/>
+ <menuitem name="DeleteAllOccurrences" verb="" _label="Delete All Occurrences" pixtype="pixbuf"/>
</submenu>
</placeholder>