summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/settings_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index bd4a473..5b9a840 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 */