diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-12-17 21:57:28 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-12-17 21:57:28 +0800 |
commit | 5b83b0929b296bf2b3b8909b33d554a70e888b35 (patch) | |
tree | bd5ad7dfb521172b54640f05016421014a361631 | |
parent | 8116a43344d472e00101c6357fac13b3970a19e7 (diff) | |
download | gsoc2013-evolution-5b83b0929b296bf2b3b8909b33d554a70e888b35.tar gsoc2013-evolution-5b83b0929b296bf2b3b8909b33d554a70e888b35.tar.gz gsoc2013-evolution-5b83b0929b296bf2b3b8909b33d554a70e888b35.tar.bz2 gsoc2013-evolution-5b83b0929b296bf2b3b8909b33d554a70e888b35.tar.lz gsoc2013-evolution-5b83b0929b296bf2b3b8909b33d554a70e888b35.tar.xz gsoc2013-evolution-5b83b0929b296bf2b3b8909b33d554a70e888b35.tar.zst gsoc2013-evolution-5b83b0929b296bf2b3b8909b33d554a70e888b35.zip |
removed the 'NewCalendar' verb.
2003-12-17 Rodrigo Moya <rodrigo@ximian.com>
* evolution-calendar.xml: removed the 'NewCalendar' verb.
svn path=/trunk/; revision=23964
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution-calendar.xml | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index a7e6bf23dd..b71bc42f60 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2003-12-17 Rodrigo Moya <rodrigo@ximian.com> + + * evolution-calendar.xml: removed the 'NewCalendar' verb. + 2003-12-09 Not Zed <NotZed@Ximian.com> * evolution-mail-global.xml: add a _label to View option. Bug diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index 6b95781779..29b180ca1f 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -1,6 +1,5 @@ <Root> <commands> - <cmd name="NewCalendar" _tip="Create a new calendar"/> <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"/> @@ -30,12 +29,6 @@ <menu> <submenu name="File"> - <submenu name="New"> - <placeholder name="ComponentItems"> - <menuitem name="NewCalendar" verb="NewCalendar" _label="New _Calendar" - _tip="Create a new calendar"/> - </placeholder> - </submenu> <placeholder name="Print"> <menuitem name="PrintPreview" verb="CalendarPrintPreview" _label="Print Pre_view"/> |