diff options
author | Christian Persch <chpe@gnome.org> | 2007-07-15 06:38:41 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-07-15 06:38:41 +0800 |
commit | 5446caa158d25c32c7b3aeeb47f6c5af94d854a0 (patch) | |
tree | 659df33e882a32c413f4a0cfa8709291456f3677 /data | |
parent | 614f31ffb410e21f18181d2c4d5f0c22ac8289af (diff) | |
download | gsoc2013-epiphany-5446caa158d25c32c7b3aeeb47f6c5af94d854a0.tar gsoc2013-epiphany-5446caa158d25c32c7b3aeeb47f6c5af94d854a0.tar.gz gsoc2013-epiphany-5446caa158d25c32c7b3aeeb47f6c5af94d854a0.tar.bz2 gsoc2013-epiphany-5446caa158d25c32c7b3aeeb47f6c5af94d854a0.tar.lz gsoc2013-epiphany-5446caa158d25c32c7b3aeeb47f6c5af94d854a0.tar.xz gsoc2013-epiphany-5446caa158d25c32c7b3aeeb47f6c5af94d854a0.tar.zst gsoc2013-epiphany-5446caa158d25c32c7b3aeeb47f6c5af94d854a0.zip |
Use the right icon name. Bug #385872.
2007-07-15 Christian Persch <chpe@gnome.org>
* data/chrome/about.xhtml:
* data/epiphany.desktop.in.in:
* data/icons/16x16/apps/Makefile.am:
* data/icons/22x22/apps/Makefile.am:
* data/icons/24x24/apps/Makefile.am:
* data/icons/32x32/apps/Makefile.am:
* data/icons/scalable/apps/Makefile.am:
* lib/ephy-stock-icons.h:
Use the right icon name. Bug #385872.
svn path=/trunk/; revision=7163
Diffstat (limited to 'data')
-rw-r--r-- | data/chrome/about.xhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/chrome/about.xhtml b/data/chrome/about.xhtml index 8914c87fe..664d46126 100644 --- a/data/chrome/about.xhtml +++ b/data/chrome/about.xhtml @@ -75,7 +75,7 @@ h1 { <div id="mozinfo" align="center"> <a href="&releaseURL;"> -<img src="moz-icon://stock/epiphany?size=dialog" alt="&brandShortName;"/></a> +<img src="moz-icon://stock/gnome-web-browser?size=dialog" alt="&brandShortName;"/></a> <h1> <a id="mozlink" href="&releaseURL;">&brandShortName; &brandVersion;</a> |