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
This commit is contained in:
Frank Gevaerts 2011-04-16 19:26:21 +00:00
parent 8055b48b46
commit a96a72b7b0

View file

@ -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 */