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 bd4a473389..5b9a84036f 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -252,7 +252,7 @@ static const char graphic_numeric[] = "graphic,numeric";
252#define DEFAULT_THEME_SELECTOR_END LCD_RGBPACK(0xb5, 0x8e, 0x00) 252#define DEFAULT_THEME_SELECTOR_END LCD_RGBPACK(0xb5, 0x8e, 0x00)
253#define DEFAULT_THEME_SELECTOR_TEXT LCD_RGBPACK(0x00, 0x00, 0x00) 253#define DEFAULT_THEME_SELECTOR_TEXT LCD_RGBPACK(0x00, 0x00, 0x00)
254 254
255#define DEFAULT_BACKDROP "cabbiev2" 255#define DEFAULT_BACKDROP BACKDROP_DIR "/cabbiev2.bmp"
256 256
257#ifdef HAVE_RECORDING 257#ifdef HAVE_RECORDING
258/* these should be in the config.h files */ 258/* these should be in the config.h files */