Fix leftovers.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31060 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b907f2fd23
commit
e46dd2db45
1 changed files with 2 additions and 2 deletions
|
@ -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 ""
|
||||
|
|
Loading…
Reference in a new issue