diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2007-04-17 00:29:04 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2007-04-17 00:29:04 +0000 |
| commit | f87eaf3c4eacd51d381b66d1d838e498142dbd40 (patch) | |
| tree | 1e4354f79da86be2410226386ea3632e86402613 /apps/gui | |
| parent | ded87cfcf50cc20c77fb1da994e8a752994cfde1 (diff) | |
| download | rockbox-f87eaf3c4eacd51d381b66d1d838e498142dbd40.zip rockbox-f87eaf3c4eacd51d381b66d1d838e498142dbd40.tar.gz rockbox-f87eaf3c4eacd51d381b66d1d838e498142dbd40.tar.bz2 rockbox-f87eaf3c4eacd51d381b66d1d838e498142dbd40.tar.xz | |
Fix non-working default viewer icons. Remote viewer icons work now, but still not properly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13189 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui')
| -rw-r--r-- | apps/gui/icon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/gui/icon.c b/apps/gui/icon.c index eb64231..2efaed9 100644 --- a/apps/gui/icon.c +++ b/apps/gui/icon.c @@ -39,8 +39,8 @@ #include <remote_default_icons.h> #endif -#define DEFAULT_VIEWER_BMP "/viewers.bmp" -#define DEFAULT_REMOTE_VIEWER_BMP "/remote_viewers.bmp" +#define DEFAULT_VIEWER_BMP "viewers" +#define DEFAULT_REMOTE_VIEWER_BMP "remote_viewers" /* These should probably be moved to config-<target>.h */ #define MAX_ICON_HEIGHT 24 |