diff options
author | Michael Monreal <mmonreal@svn.gnome.org> | 2007-11-01 22:42:56 +0800 |
---|---|---|
committer | Michael Monreal <mmonreal@src.gnome.org> | 2007-11-01 22:42:56 +0800 |
commit | 40331df14b2268cf754359529371c035f8a379ac (patch) | |
tree | b2bf97ed48fab2651973d5779c1539873ccecf95 /ui | |
parent | 5a310a5c7f520b3b1e568d96b279a2b3fdf8730d (diff) | |
download | gsoc2013-evolution-40331df14b2268cf754359529371c035f8a379ac.tar.gz gsoc2013-evolution-40331df14b2268cf754359529371c035f8a379ac.tar.zst gsoc2013-evolution-40331df14b2268cf754359529371c035f8a379ac.zip |
** Fix for bug #492106
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.
svn path=/trunk/; revision=34478
Diffstat (limited to 'ui')
-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> |