From f87eaf3c4eacd51d381b66d1d838e498142dbd40 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Tue, 17 Apr 2007 00:29:04 +0000 Subject: 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 --- apps/gui/icon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/gui') 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 @@ #include #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-.h */ #define MAX_ICON_HEIGHT 24 -- cgit v1.2.3