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 /ui/evolution-calendar.xml | |
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
Diffstat (limited to 'ui/evolution-calendar.xml')
-rw-r--r-- | ui/evolution-calendar.xml | 6 |
1 files changed, 5 insertions, 1 deletions
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> |