summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2004-10-09 20:54:15 +0000
committerJens Arnold <amiconn@rockbox.org>2004-10-09 20:54:15 +0000
commit1f0908dfaf8bc88c5615a7e1751a0e08f2d7ca6c (patch)
tree26a1ea6286b9b8bc7a513eca86a110764b2b900a /apps/settings.c
parenta1a08d0d5f36ab2212d9e1b78e54467469f4cf25 (diff)
downloadrockbox-1f0908dfaf8bc88c5615a7e1751a0e08f2d7ca6c.tar.gz
rockbox-1f0908dfaf8bc88c5615a7e1751a0e08f2d7ca6c.zip
Removed button bar for devices with no F buttons (Ondio)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5237 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 04a0e3cd84..09e15b3deb 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -195,7 +195,9 @@ static const struct bit_entry rtc_bits[] =
195 {1, S_O(invert_cursor), false, "invert cursor", off_on }, 195 {1, S_O(invert_cursor), false, "invert cursor", off_on },
196 {1, S_O(statusbar), true, "statusbar", off_on }, 196 {1, S_O(statusbar), true, "statusbar", off_on },
197 {1, S_O(scrollbar), true, "scrollbar", off_on }, 197 {1, S_O(scrollbar), true, "scrollbar", off_on },
198#if CONFIG_KEYPAD == RECORDER_PAD
198 {1, S_O(buttonbar), true, "buttonbar", off_on }, 199 {1, S_O(buttonbar), true, "buttonbar", off_on },
200#endif
199 {1, S_O(volume_type), 0, "volume display", graphic_numeric }, 201 {1, S_O(volume_type), 0, "volume display", graphic_numeric },
200 {1, S_O(battery_type), 0, "battery display", graphic_numeric }, 202 {1, S_O(battery_type), 0, "battery display", graphic_numeric },
201 {1, S_O(timeformat), 0, "time format", "24hour,12hour" }, 203 {1, S_O(timeformat), 0, "time format", "24hour,12hour" },