diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution-addressbook.xml | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 6aef17906c..c67c4acf3b 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,5 +1,9 @@ 2001-08-17 Damon Chaplin <damon@ximian.com> + * evolution-addressbook.xml: changed print icon types to pixbuf. + +2001-08-17 Damon Chaplin <damon@ximian.com> + * evolution-addressbook.xml: changed 'Search for Contacts'. 2001-08-17 Damon Chaplin <damon@ximian.com> diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index 60e12b34ad..fbb22c69ba 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -78,7 +78,8 @@ _label="Print Preview" pixtype="pixbuf"/> <menuitem name="ContactsPrint" verb="" - _label="_Print..."/> + _label="_Print..." + pixtype="pixbuf"/> </placeholder> </submenu> @@ -134,7 +135,7 @@ <separator/> <toolitem name="ContactsPrint" verb="" - _label="Print"/> + _label="Print" pixtype="pixbuf"/> <toolitem name="ContactDelete" verb="" _label="Delete"/> |