diff options
author | Damon Chaplin <damon@helixcode.com> | 2000-10-12 02:22:12 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2000-10-12 02:22:12 +0800 |
commit | 2ce365f3f295c260f0e5e442a709f47ddc6940e4 (patch) | |
tree | 06e3090727631e1c8504a45ee07656f2ca88dafc | |
parent | 322c0cad7043d9b4b10b7dc71cec028ad00834d9 (diff) | |
download | gsoc2013-evolution-2ce365f3f295c260f0e5e442a709f47ddc6940e4.tar gsoc2013-evolution-2ce365f3f295c260f0e5e442a709f47ddc6940e4.tar.gz gsoc2013-evolution-2ce365f3f295c260f0e5e442a709f47ddc6940e4.tar.bz2 gsoc2013-evolution-2ce365f3f295c260f0e5e442a709f47ddc6940e4.tar.lz gsoc2013-evolution-2ce365f3f295c260f0e5e442a709f47ddc6940e4.tar.xz gsoc2013-evolution-2ce365f3f295c260f0e5e442a709f47ddc6940e4.tar.zst gsoc2013-evolution-2ce365f3f295c260f0e5e442a709f47ddc6940e4.zip |
moved the calendar settings menu item to the Settings menu and renamed it
2000-10-08 Damon Chaplin <damon@helixcode.com>
* evolution-calendar.xml: moved the calendar settings menu item to the
Settings menu and renamed it to "Calendar Preferences".
svn path=/trunk/; revision=5857
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-calendar.xml | 6 |
2 files changed, 10 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 1fdd57001f..27d36352fb 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2000-10-08 Damon Chaplin <damon@helixcode.com> + + * evolution-calendar.xml: moved the calendar settings menu item to the + Settings menu and renamed it to "Calendar Preferences". + 2000-10-09 Michael Meeks <michael@helixcode.com> * *.xml: s/Menu_// diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index dc747b38bf..535760b036 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -40,7 +40,11 @@ <menuitem name="Appointment" _label="_New appointment..." verb="EditNewAppointment" _tip="Create a new appointment"/> - <menuitem name="Preferences" _label="Preferences" + </submenu> + + <submenu name="Settings"> + + <menuitem name="Preferences" _label="Calendar Preferences..." verb="CalendarPreferences" _tip="Alter preferences"/> </submenu> |