diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2001-08-12 21:16:29 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2001-08-12 21:16:29 +0800 |
commit | e03de8cd5a0ffa509263200d989a9bc1485ba952 (patch) | |
tree | 38abafb7b814211270d35d3ad78ef8a3bf585d5d | |
parent | 6fb0378533ee93a349ab72cd7b837a5c00669936 (diff) | |
download | gsoc2013-evolution-e03de8cd5a0ffa509263200d989a9bc1485ba952.tar.gz gsoc2013-evolution-e03de8cd5a0ffa509263200d989a9bc1485ba952.tar.zst gsoc2013-evolution-e03de8cd5a0ffa509263200d989a9bc1485ba952.zip |
[Fix #7069, New - Missing name for "Tools" menu.]
2001-08-12 Kjartan Maraas <kmaraas@gnome.org>
[Fix #7069, New - Missing name for "Tools" menu.]
* my-evolution.xml: Put the Tools menu in the
ComponentToolsPlaceholder.
svn path=/trunk/; revision=11929
-rw-r--r-- | ui/ChangeLog | 7 | ||||
-rw-r--r-- | ui/my-evolution.xml | 10 |
2 files changed, 12 insertions, 5 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 0ccecff906..79a2722169 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,10 @@ +2001-08-12 Kjartan Maraas <kmaraas@gnome.org> + + [Fix #7069, New - Missing name for "Tools" menu.] + + * my-evolution.xml: Put the Tools menu in the + ComponentToolsPlaceholder. + 2001-08-11 Jason Leach <jleach@ximian.com> * evolution-mail-message.xml: Make the label for the resending diff --git a/ui/my-evolution.xml b/ui/my-evolution.xml index 7f01d7a0d1..e71c1b8120 100644 --- a/ui/my-evolution.xml +++ b/ui/my-evolution.xml @@ -18,12 +18,12 @@ </placeholder> </submenu> - <submenu name="Tools"> - <placeholder name="Component"> - <menuitem name="ToolsSettings" verb="" + <placeholder name="ComponentToolsPlaceholder"> + <submenu name="Tools" _label="_Tools"> + <menuitem name="ToolsSettings" verb="" _label="_My Evolution Settings..."/> - </placeholder> - </submenu> + </submenu> + </placeholder> </menu> <dockitem name="Toolbar"> |