summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-04-17 00:29:04 +0000
committerJens Arnold <amiconn@rockbox.org>2007-04-17 00:29:04 +0000
commitf87eaf3c4eacd51d381b66d1d838e498142dbd40 (patch)
tree1e4354f79da86be2410226386ea3632e86402613
parentded87cfcf50cc20c77fb1da994e8a752994cfde1 (diff)
downloadrockbox-f87eaf3c4eacd51d381b66d1d838e498142dbd40.tar.gz
rockbox-f87eaf3c4eacd51d381b66d1d838e498142dbd40.zip
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
-rw-r--r--apps/gui/icon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/gui/icon.c b/apps/gui/icon.c
index eb642313af..2efaed9698 100644
--- a/apps/gui/icon.c
+++ b/apps/gui/icon.c
@@ -39,8 +39,8 @@
39#include <remote_default_icons.h> 39#include <remote_default_icons.h>
40#endif 40#endif
41 41
42#define DEFAULT_VIEWER_BMP "/viewers.bmp" 42#define DEFAULT_VIEWER_BMP "viewers"
43#define DEFAULT_REMOTE_VIEWER_BMP "/remote_viewers.bmp" 43#define DEFAULT_REMOTE_VIEWER_BMP "remote_viewers"
44 44
45/* These should probably be moved to config-<target>.h */ 45/* These should probably be moved to config-<target>.h */
46#define MAX_ICON_HEIGHT 24 46#define MAX_ICON_HEIGHT 24