diff options
-rw-r--r-- | ui/ChangeLog | 8 | ||||
-rw-r--r-- | ui/evolution.xml | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 75f9e740d0..dc3abaa9bc 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,11 @@ +2007-11-01 Michael Monreal <mmonreal@svn.gnome.org> + + ** Fix for bug #492106 + + * evolution.xml: + Use the about icon from the freedesktop spec, not + the deprecated gnomeui icon. + 2007-10-16 Matthew Barnes <mbarnes@redhat.com> * evolution.xml: diff --git a/ui/evolution.xml b/ui/evolution.xml index d53bf58268..903a432dd1 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -54,7 +54,7 @@ <cmd name="HelpAbout" _label="About Evolution..." _tip="Show information about Evolution" - pixtype="stock" pixname="About"/> + pixtype="stock" pixname="help-about"/> </commands> <menu> |