aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorKidd Wang <kidd.wang@sun.com>2003-12-29 17:59:08 +0800
committerHarry Lu <haip@src.gnome.org>2003-12-29 17:59:08 +0800
commit01adb21983573148457e70f3b8177555bd4fdbc7 (patch)
treef3143ee43c28825ec9944e0289e5c56ef67a54b1 /ui
parent68a053e3d3626de202240e9f9344e4d3afe78246 (diff)
downloadgsoc2013-evolution-01adb21983573148457e70f3b8177555bd4fdbc7.tar
gsoc2013-evolution-01adb21983573148457e70f3b8177555bd4fdbc7.tar.gz
gsoc2013-evolution-01adb21983573148457e70f3b8177555bd4fdbc7.tar.bz2
gsoc2013-evolution-01adb21983573148457e70f3b8177555bd4fdbc7.tar.lz
gsoc2013-evolution-01adb21983573148457e70f3b8177555bd4fdbc7.tar.xz
gsoc2013-evolution-01adb21983573148457e70f3b8177555bd4fdbc7.tar.zst
gsoc2013-evolution-01adb21983573148457e70f3b8177555bd4fdbc7.zip
Add a menu item [Open Appointment] to [File].
2003-12-23 Kidd Wang <kidd.wang@sun.com> * evolution-calendar.xml: Add a menu item [Open Appointment] to [File]. svn path=/trunk/; revision=24013
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog4
-rw-r--r--ui/evolution-calendar.xml4
2 files changed, 8 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 34f24cb3f9..90a4f38c86 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-23 Kidd Wang <kidd.wang@sun.com>
+
+ * evolution-calendar.xml: Add a menu item [Open Appointment] to [File].
+
2003-12-18 Rodney Dawes <dobey@ximian.com>
* evolution-mail-message.xml:
diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml
index 29b180ca1f..c7b2d52e03 100644
--- a/ui/evolution-calendar.xml
+++ b/ui/evolution-calendar.xml
@@ -1,5 +1,6 @@
<Root>
<commands>
+ <cmd name="EventOpen" _tip="View the current appointment" accel="*Control*o"/>
<cmd name="CalendarPrint" _tip="Print this calendar" pixtype="stock" pixname="gtk-print"
accel="*Control*p"/>
<cmd name="CalendarPrintPreview" _tip="Previews the calendar to be printed" pixtype="stock" pixname="gtk-print-preview"/>
@@ -29,6 +30,9 @@
<menu>
<submenu name="File">
+ <placeholder name="FileOps">
+ <menuitem name="EventOpen" verb="EventOpen" _label="_Open Appointment"/>
+ </placeholder>
<placeholder name="Print">
<menuitem name="PrintPreview" verb="CalendarPrintPreview"
_label="Print Pre_view"/>