diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2011-11-26 16:03:42 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2011-11-26 16:03:42 +0000 |
| commit | e46dd2db4513a13d4ccc0ccca57feca42634c853 (patch) | |
| tree | be036f0e69963ab905913027c0bf86e4a52b6767 | |
| parent | b907f2fd239a18e15e2d3c394694fe2181214c12 (diff) | |
| download | rockbox-e46dd2db4513a13d4ccc0ccca57feca42634c853.zip rockbox-e46dd2db4513a13d4ccc0ccca57feca42634c853.tar.gz rockbox-e46dd2db4513a13d4ccc0ccca57feca42634c853.tar.bz2 rockbox-e46dd2db4513a13d4ccc0ccca57feca42634c853.tar.xz | |
Fix leftovers.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31060 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/settings_list.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c index 36caf6e..54c0917 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 "" |