Fix leftovers.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31060 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2011-11-26 16:03:42 +00:00
parent b907f2fd23
commit e46dd2db45

View file

@ -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 ""