diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-03-13 12:56:58 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-03-13 12:56:58 +0800 |
commit | 803bbbac263c3fc82f1a43e780933470f5a0eecc (patch) | |
tree | 9b31fc650cfa685962d653f5723ad356167b1758 | |
parent | 444f922980fcafd58659ed435aa50dfa86463951 (diff) | |
download | gsoc2013-evolution-803bbbac263c3fc82f1a43e780933470f5a0eecc.tar gsoc2013-evolution-803bbbac263c3fc82f1a43e780933470f5a0eecc.tar.gz gsoc2013-evolution-803bbbac263c3fc82f1a43e780933470f5a0eecc.tar.bz2 gsoc2013-evolution-803bbbac263c3fc82f1a43e780933470f5a0eecc.tar.lz gsoc2013-evolution-803bbbac263c3fc82f1a43e780933470f5a0eecc.tar.xz gsoc2013-evolution-803bbbac263c3fc82f1a43e780933470f5a0eecc.tar.zst gsoc2013-evolution-803bbbac263c3fc82f1a43e780933470f5a0eecc.zip |
Add an entry to invoke the new unified config dialog.
* evolution.xml: Add an entry to invoke the new unified config
dialog.
svn path=/trunk/; revision=16137
-rw-r--r-- | ui/ChangeLog | 21 | ||||
-rw-r--r-- | ui/evolution.xml | 2 |
2 files changed, 17 insertions, 6 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index c2c86ed850..8409b94503 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,10 +1,16 @@ +2002-03-12 Ettore Perazzoli <ettore@ximian.com> + + * evolution.xml: Add an entry to invoke the new unified config + dialog. + 2002-03-11 Anna Marie Dirks <anna@ximian.com> - * evolution-mail-message.xml: doh. In my previous commit, a whole bunch - of changes that were supposed to be kept in my personal evo were added - to HEAD. (Mainly, this was the addition of a "Search" menu.) I am - reverting the wrong parts of that patch, and am committing only the - accelerators which that patch was supposed to add. Sorry. + * evolution-mail-message.xml: doh. In my previous commit, a whole + bunch of changes that were supposed to be kept in my personal evo + were added to HEAD. (Mainly, this was the addition of a "Search" + menu.) I am reverting the wrong parts of that patch, and am + committing only the accelerators which that patch was supposed to + add. Sorry. 2002-03-08 Radek Doulik <rodo@ximian.com> @@ -12,7 +18,10 @@ 2002-03-07 Anna Marie Dirks <anna@ximian.com> - * evolution-mail-message.xml: Fixed tiny typo ("Addressbook", not "Address book"), and cleaned up accelerators more, so that all of them actually work. Also added accelerators to items in the Go To menu and the Forward menu as part of fixing bug #10666. + * evolution-mail-message.xml: Fixed tiny typo ("Addressbook", not + "Address book"), and cleaned up accelerators more, so that all of + them actually work. Also added accelerators to items in the Go To + menu and the Forward menu as part of fixing bug #10666. 2002-03-07 Radek Doulik <rodo@ximian.com> diff --git a/ui/evolution.xml b/ui/evolution.xml index 7bd5a849a8..9f20b1eddc 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -139,6 +139,8 @@ <placeholder name="ComponentActionsPlaceholder"/> <submenu name="Tools" _label="_Tools"> + <menuitem name="Settings" verb="" _label="_Configure..."/> + <separator/> <placeholder name="ComponentPlaceholder"/> <menuitem name="PilotSettings" verb="" _label="_Pilot Settings..."/> </submenu> |