diff options
author | Michael Meeks <michael@helixcode.com> | 2000-10-15 01:49:03 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-10-15 01:49:03 +0800 |
commit | 6ac35c0e50d43858eef8f7ffba2b9b996db9f636 (patch) | |
tree | 13caf947707cd6ca26cd9898d7ee24e49bbb7730 /ui/evolution-addressbook.xml | |
parent | c1e815dd75e6e36618e18d544d48b6737e007f0d (diff) | |
download | gsoc2013-evolution-6ac35c0e50d43858eef8f7ffba2b9b996db9f636.tar gsoc2013-evolution-6ac35c0e50d43858eef8f7ffba2b9b996db9f636.tar.gz gsoc2013-evolution-6ac35c0e50d43858eef8f7ffba2b9b996db9f636.tar.bz2 gsoc2013-evolution-6ac35c0e50d43858eef8f7ffba2b9b996db9f636.tar.lz gsoc2013-evolution-6ac35c0e50d43858eef8f7ffba2b9b996db9f636.tar.xz gsoc2013-evolution-6ac35c0e50d43858eef8f7ffba2b9b996db9f636.tar.zst gsoc2013-evolution-6ac35c0e50d43858eef8f7ffba2b9b996db9f636.zip |
drasticaly shrink to just the new features available with ldap; don't
2000-10-14 Michael Meeks <michael@helixcode.com>
* evolution-addressbook-ldap.xml: drasticaly shrink to just the
new features available with ldap; don't duplicate stuff.
* evolution-addressbook.xml: fix tooltips.
* *.xml: remove redundant attributes causing toolber rebuilds.
svn path=/trunk/; revision=5919
Diffstat (limited to 'ui/evolution-addressbook.xml')
-rw-r--r-- | ui/evolution-addressbook.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index 6799043d74..9cdeb83616 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -36,23 +36,23 @@ </placeholder> </menu> - <dockitem name="Toolbar" relief="none" behavior="exclusive"> + <dockitem name="Toolbar"> <toolitem name="New" _label="New" - _descr="Create a new contact" verb="ContactNew" + _tip="Create a new contact" verb="ContactNew" pixtype="stock" pixname="New"/> <separator/> <toolitem name="Find" _label="Find" - _descr="Find a contact" verb="ContactFind" + _tip="Find a contact" verb="ContactFind" pixtype="stock" pixname="Search"/> <toolitem name="Print" _label="Print" - _descr="Print contacts" verb="ContactsPrint" + _tip="Print contacts" verb="ContactsPrint" pixtype="stock" pixname="Print"/> <toolitem name="Delete" _label="Delete" - _descr="Delete a contact" verb="ContactDelete" + _tip="Delete a contact" verb="ContactDelete" pixtype="stock" pixname="Trash"/> <separator/> @@ -60,11 +60,11 @@ <control name="QuickSearch"/> <toolitem name="View All" _label="View All" - _descr="View all contacts" verb="ContactViewAll" + _tip="View all contacts" verb="ContactViewAll" pixtype="stock" pixname="Multiple"/> <toolitem name="Stop" _label="Stop" - _descr="Stop Loading" verb="ContactStop" + _tip="Stop Loading" verb="ContactStop" pixtype="stock" pixname="Stop"/> </dockitem> |