diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-07-17 07:13:42 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-07-17 07:13:42 +0800 |
commit | a15a6521f85105956a651e96e7e671f7b819ff95 (patch) | |
tree | c535cfbf755a22d0c3cca3a605d103813d01aa47 | |
parent | 19ffc6d23e23f6b59f6c62b816647c9e7f9f54e9 (diff) | |
download | gsoc2013-evolution-a15a6521f85105956a651e96e7e671f7b819ff95.tar gsoc2013-evolution-a15a6521f85105956a651e96e7e671f7b819ff95.tar.gz gsoc2013-evolution-a15a6521f85105956a651e96e7e671f7b819ff95.tar.bz2 gsoc2013-evolution-a15a6521f85105956a651e96e7e671f7b819ff95.tar.lz gsoc2013-evolution-a15a6521f85105956a651e96e7e671f7b819ff95.tar.xz gsoc2013-evolution-a15a6521f85105956a651e96e7e671f7b819ff95.tar.zst gsoc2013-evolution-a15a6521f85105956a651e96e7e671f7b819ff95.zip |
added 'Purge' menu item.
2003-07-15 Rodrigo Moya <rodrigo@ximian.com>
* evolution-calendar.xml: added 'Purge' menu item.
* evolution-tasks.xml: added separator after 'Send/Receive'.
svn path=/trunk/; revision=21845
-rw-r--r-- | ui/ChangeLog | 6 | ||||
-rw-r--r-- | ui/evolution-calendar.xml | 3 | ||||
-rw-r--r-- | ui/evolution-tasks.xml | 1 |
3 files changed, 10 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index b5b8ef9dba..5fbce8f46f 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,9 @@ +2003-07-15 Rodrigo Moya <rodrigo@ximian.com> + + * evolution-calendar.xml: added 'Purge' menu item. + + * evolution-tasks.xml: added separator after 'Send/Receive'. + 2003-07-10 Yuedong Du <yuedong.du@sun.com> * evolution-mail-message.xml: add a menu entry corresponding to new diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index 10e21941dd..a9c7de0057 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -23,6 +23,7 @@ <cmd name="DeleteAllOccurrences" _tip="Delete All Occurrences" pixtype="stock" pixname="gtk-delete"/> <cmd name="PublishFreeBusy" _tip="Publish Free/Busy information for this calendar"/> + <cmd name="CalendarPurge" _label="_Purge" _tip="Purge old appointments and meetings" accel="*Control*e"/> </commands> <menu> @@ -64,7 +65,9 @@ <submenu name="Actions" _label="_Actions"> <placeholder name="ComponentActionsPlaceholder"> + <separator/> <menuitem name="PublishFreeBusy" verb="" _label="_Publish Free/Busy Information"/> + <menuitem name="CalendarPurge" verb=""/> </placeholder> </submenu> </menu> diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml index 1fb255a330..76b74615df 100644 --- a/ui/evolution-tasks.xml +++ b/ui/evolution-tasks.xml @@ -42,6 +42,7 @@ <submenu name="Actions" _label="_Actions"> <placeholder name="ComponentActionsPlaceholder"> + <separator/> <menuitem name="TasksExpunge" verb=""/> </placeholder> </submenu> |