From e46dd2db4513a13d4ccc0ccca57feca42634c853 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sat, 26 Nov 2011 16:03:42 +0000 Subject: [PATCH] Fix leftovers. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31060 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings_list.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/settings_list.c b/apps/settings_list.c index 36caf6e4dc..54c0917cda 100644 --- a/apps/settings_list.c +++ b/apps/settings_list.c @@ -253,8 +253,8 @@ static const char graphic_numeric[] = "graphic,numeric"; #define DEFAULT_ICONSET "tango_icons.12x12" #define DEFAULT_VIEWERS_ICONSET "tango_icons_viewers.12x12" #endif -#elif LCD_DEPTH <= 2 /* greyscale */ - #define DEFAULT_ICONSET "tango_small_grey" +#elif LCD_DEPTH > 1 /* greyscale */ + #define DEFAULT_ICONSET "tango_small_mono" #define DEFAULT_VIEWERS_ICONSET "tango_small_viewers_mono" #else /* monochrome */ #define DEFAULT_ICONSET ""