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 | |
parent | bb0671f820227cd6759c5b77e678c87ff24af99a (diff) | |
download | gsoc2013-evolution-e49a1ffb39d102e413b5005cc7b915a100c68680.tar gsoc2013-evolution-e49a1ffb39d102e413b5005cc7b915a100c68680.tar.gz gsoc2013-evolution-e49a1ffb39d102e413b5005cc7b915a100c68680.tar.bz2 gsoc2013-evolution-e49a1ffb39d102e413b5005cc7b915a100c68680.tar.lz gsoc2013-evolution-e49a1ffb39d102e413b5005cc7b915a100c68680.tar.xz 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')
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-addressbook.xml | 29 |
2 files changed, 27 insertions, 7 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index d1c29b2dfc..dde8b9de0a 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2001-05-17 Chris Toshok <toshok@ximian.com> + + * evolution-addressbook.xml: add <commands> for the toolbar/menu + items we set the sensitivity on. + 2001-05-17 Ettore Perazzoli <ettore@ximian.com> * evolution.xml: Added a "FolderPopup" element and reformatted 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> |