diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2005-01-30 13:48:44 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2005-01-30 13:48:44 +0000 |
| commit | 9d42e2b39632047b0ba272c03ec154b3931c43de (patch) | |
| tree | f0ff2ba1de9aa479fb1476a29d4a701fd8898a1e /apps/settings.c | |
| parent | c07eafa7bcc230ff0dd8d45b65bbd21e075dafb0 (diff) | |
| download | rockbox-9d42e2b39632047b0ba272c03ec154b3931c43de.zip rockbox-9d42e2b39632047b0ba272c03ec154b3931c43de.tar.gz rockbox-9d42e2b39632047b0ba272c03ec154b3931c43de.tar.bz2 rockbox-9d42e2b39632047b0ba272c03ec154b3931c43de.tar.xz | |
Renamed the config variable for the battery display type to battery_display to get it out of the way for the upcoming battery_type setting for the Ondio. Also seems more logical.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5711 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.c')
| -rw-r--r-- | apps/settings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c index 0a369a4..de4254e 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -202,7 +202,7 @@ static const struct bit_entry rtc_bits[] = {1, S_O(buttonbar), true, "buttonbar", off_on }, #endif {1, S_O(volume_type), 0, "volume display", graphic_numeric }, - {1, S_O(battery_type), 0, "battery display", graphic_numeric }, + {1, S_O(battery_display), 0, "battery display", graphic_numeric }, {1, S_O(timeformat), 0, "time format", "24hour,12hour" }, #endif {1, S_O(show_icons), true, "show icons", off_on }, |