diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-05-23 06:56:57 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-05-23 06:56:57 +0800 |
commit | 2ab46536592efcc0c4399bd7ae9b3f47119ff85d (patch) | |
tree | fa88297730b0895a2714546599527d72498cc302 /ui | |
parent | 5b6053851275131b8b9b15d19e7b8f202fa11f4b (diff) | |
download | gsoc2013-evolution-2ab46536592efcc0c4399bd7ae9b3f47119ff85d.tar gsoc2013-evolution-2ab46536592efcc0c4399bd7ae9b3f47119ff85d.tar.gz gsoc2013-evolution-2ab46536592efcc0c4399bd7ae9b3f47119ff85d.tar.bz2 gsoc2013-evolution-2ab46536592efcc0c4399bd7ae9b3f47119ff85d.tar.lz gsoc2013-evolution-2ab46536592efcc0c4399bd7ae9b3f47119ff85d.tar.xz gsoc2013-evolution-2ab46536592efcc0c4399bd7ae9b3f47119ff85d.tar.zst gsoc2013-evolution-2ab46536592efcc0c4399bd7ae9b3f47119ff85d.zip |
Put the search menu in a SearchPlaceholder.
* evolution.xml: Put the search menu in a SearchPlaceholder.
svn path=/trunk/; revision=16979
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution.xml | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 97d3c135e3..3da622b5d2 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2002-05-22 Ettore Perazzoli <ettore@ximian.com> + + * evolution.xml: Put the search menu in a SearchPlaceholder. + 2002-05-20 Ettore Perazzoli <ettore@ximian.com> * evolution-event-editor.xml: Add a toolbar item for diff --git a/ui/evolution.xml b/ui/evolution.xml index 0e1f2d26ad..1165d86bdf 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -157,9 +157,8 @@ <menuitem name="PilotSettings" verb="" _label="_Pilot Settings..."/> </submenu> - <submenu name="Search" _label="_Search"> - <placeholder name="SearchBar"/> - </submenu> + <placeholder name="SearchPlaceholder"> + </placeholder> <submenu name="Help" _label="_Help"> |