diff options
author | Chris Toshok <toshok@ximian.com> | 2001-05-18 07:32:32 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-05-18 07:32:32 +0800 |
commit | e49a1ffb39d102e413b5005cc7b915a100c68680 (patch) | |
tree | a943dba3ace4439408568d1b114d09c52dc0e11b /ui/evolution-addressbook.xml | |
parent | bb0671f820227cd6759c5b77e678c87ff24af99a (diff) | |
download | gsoc2013-evolution-e49a1ffb39d102e413b5005cc7b915a100c68680.tar.gz gsoc2013-evolution-e49a1ffb39d102e413b5005cc7b915a100c68680.tar.zst gsoc2013-evolution-e49a1ffb39d102e413b5005cc7b915a100c68680.zip |
add <commands> for the toolbar/menu items we set the sensitivity on.
2001-05-17 Chris Toshok <toshok@ximian.com>
* evolution-addressbook.xml: add <commands> for the toolbar/menu
items we set the sensitivity on.
svn path=/trunk/; revision=9875
Diffstat (limited to 'ui/evolution-addressbook.xml')
-rw-r--r-- | ui/evolution-addressbook.xml | 29 |
1 files changed, 22 insertions, 7 deletions
diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index 1547e62f33..ea48925134 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -1,5 +1,23 @@ <Root> + <commands> + <cmd name="ContactDelete" + _tip="Delete a contact" + pixtype="stock" pixname="Trash"/> + + <cmd name="ContactNew" + _tip="Create new contact" + accel="*Control*n"/> + + <cmd name="ContactsPrint" + _tip="Print contacts" + pixtype="stock" pixname="Print"/> + + <cmd name="ContactStop" + _tip="Stop Loading" + pixtype="stock" pixname="Stop"/> + </commands> + <menu> <submenu name="File"> @@ -56,7 +74,7 @@ <dockitem name="Toolbar"> <toolitem name="New" _label="New contact" - _tip="Create new contact" verb="ContactNew" + verb="ContactNew" pixtype="pixbuf" priority="1"/> <separator/> @@ -66,12 +84,10 @@ pixtype="pixbuf"/> <toolitem name="Print" _label="Print" - _tip="Print contacts" verb="ContactsPrint" - pixtype="stock" pixname="Print"/> + verb="ContactsPrint"/> <toolitem name="Delete" _label="Delete" - _tip="Delete a contact" verb="ContactDelete" - pixtype="stock" pixname="Trash"/> + verb="ContactDelete"/> <separator/> @@ -80,8 +96,7 @@ pixtype="pixbuf"/> <toolitem name="Stop" _label="Stop" - _tip="Stop Loading" verb="ContactStop" - pixtype="stock" pixname="Stop"/> + verb="ContactStop"/> </dockitem> |