Mercurial > audlegacy
changeset 1074:ac0da4976e09 trunk
[svn] - artwork
author | nenolod |
---|---|
date | Wed, 17 May 2006 08:06:03 -0700 |
parents | 28949899e412 |
children | 721c634c955a |
files | audacious/images/Makefile.in audacious/images/connectivity.png audacious/prefswin.c |
diffstat | 3 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/audacious/images/Makefile.in Wed May 17 08:02:49 2006 -0700 +++ b/audacious/images/Makefile.in Wed May 17 08:06:03 2006 -0700 @@ -6,6 +6,7 @@ OBJECTIVE_DATA = \ about-logo.png:$(imagesdir) \ appearance.png:$(imagesdir) \ + connectivity.png:$(imagesdir) \ mouse.png:$(imagesdir) \ playlist.png:$(imagesdir) \ plugins.png:$(imagesdir) \
--- a/audacious/prefswin.c Wed May 17 08:02:49 2006 -0700 +++ b/audacious/prefswin.c Wed May 17 08:06:03 2006 -0700 @@ -93,7 +93,7 @@ static Category categories[] = { {DATA_DIR "/images/appearance.png", N_("Appearance"), 1}, - {DATA_DIR "/images/plugins.png", N_("Connectivity"), 5}, /* XXX: need art */ + {DATA_DIR "/images/connectivity.png", N_("Connectivity"), 5}, {DATA_DIR "/images/eq.png", N_("Equalizer"), 4}, {DATA_DIR "/images/mouse.png", N_("Mouse"), 2}, {DATA_DIR "/images/playlist.png", N_("Playlist"), 3},