diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-01-25 15:36:58 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-01-25 15:36:58 +0800 |
commit | 6ede85cff36220030475ee74f50b4989a45ba1dd (patch) | |
tree | 5e080035a909aba20e9ab1ec611be36280554fca /ui | |
parent | 18f0b76b71d52376526dcd6cfc4f057c8d324084 (diff) | |
download | gsoc2013-evolution-6ede85cff36220030475ee74f50b4989a45ba1dd.tar gsoc2013-evolution-6ede85cff36220030475ee74f50b4989a45ba1dd.tar.gz gsoc2013-evolution-6ede85cff36220030475ee74f50b4989a45ba1dd.tar.bz2 gsoc2013-evolution-6ede85cff36220030475ee74f50b4989a45ba1dd.tar.lz gsoc2013-evolution-6ede85cff36220030475ee74f50b4989a45ba1dd.tar.xz gsoc2013-evolution-6ede85cff36220030475ee74f50b4989a45ba1dd.tar.zst gsoc2013-evolution-6ede85cff36220030475ee74f50b4989a45ba1dd.zip |
Make the addressbook use the new 16x16 icons in the menus.
svn path=/trunk/; revision=7804
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 6 | ||||
-rw-r--r-- | ui/evolution-addressbook.xml | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index e27f7fc329..0a8ee13855 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,5 +1,11 @@ 2001-01-25 Ettore Perazzoli <ettore@ximian.com> + * evolution-addressbook.xml: Change the type of the "Find a + contact" item to "pixbuf". Also set the type to "pixbuf" for + "Addressbook Configuration", and "Print Contacts". + +2001-01-25 Ettore Perazzoli <ettore@ximian.com> + * evolution-addressbook.xml: Change the type of the "View All" button to "pixbuf". diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index d435719356..dfa75e5d53 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -7,7 +7,7 @@ <menuitem name="Print" verb="ContactsPrint" _label="_Print Contacts..." - pixtype="stock" pixname="Print" + pixtype="pixbuf" accel="*Control*p"/> </placeholder> @@ -24,7 +24,7 @@ <submenu name="Settings"> <menuitem name="AddressbookConfig" verb="AddressbookConfig" _label="_Addressbook Configuration..." - /> + pixtype ="pixbuf"/> </submenu> @@ -50,7 +50,7 @@ <toolitem name="Find" _label="Find" _tip="Find a contact" verb="ContactFind" - pixtype="stock" pixname="Search"/> + pixtype="pixbuf"/> <toolitem name="Print" _label="Print" _tip="Print contacts" verb="ContactsPrint" |