From a96a72b7b05f15f0b9b240fc7eab10dc6e67134c Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Sat, 16 Apr 2011 19:26:21 +0000 Subject: Since r29700 changed the way the backdrop setting works, the default needs to be updated too git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29726 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/settings_list.c b/apps/settings_list.c index bd4a473389..5b9a84036f 100644 --- a/apps/settings_list.c +++ b/apps/settings_list.c @@ -252,7 +252,7 @@ static const char graphic_numeric[] = "graphic,numeric"; #define DEFAULT_THEME_SELECTOR_END LCD_RGBPACK(0xb5, 0x8e, 0x00) #define DEFAULT_THEME_SELECTOR_TEXT LCD_RGBPACK(0x00, 0x00, 0x00) -#define DEFAULT_BACKDROP "cabbiev2" +#define DEFAULT_BACKDROP BACKDROP_DIR "/cabbiev2.bmp" #ifdef HAVE_RECORDING /* these should be in the config.h files */ -- cgit