Mercurial > moin > 1.9
diff MoinMoin/theme/__init__.py @ 2197:9b404a43e59c
use standard RSS icon
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Tue, 01 May 2007 22:08:25 +0200 |
parents | 1b14cc05a54a |
children | 01f05e74aa9c |
line wrap: on
line diff
--- a/MoinMoin/theme/__init__.py Tue May 01 21:20:16 2007 +0200 +++ b/MoinMoin/theme/__init__.py Tue May 01 22:08:25 2007 +0200 @@ -52,7 +52,7 @@ # FileAttach 'attach': ("%(attach_count)s", "moin-attach.png", 7, 15), # RecentChanges - 'rss': (_("[RSS]"), "moin-rss.png", 36, 14), + 'rss': (_("[RSS]"), "moin-rss.png", 24, 24), 'deleted': (_("[DELETED]"), "moin-deleted.png",60, 12), 'updated': (_("[UPDATED]"), "moin-updated.png",60, 12), 'renamed': (_("[RENAMED]"), "moin-renamed.png",60, 12),