From 9d42e2b39632047b0ba272c03ec154b3931c43de Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 30 Jan 2005 13:48:44 +0000 Subject: 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 --- apps/settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/settings.c') diff --git a/apps/settings.c b/apps/settings.c index 0a369a49f0..de4254edad 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 }, -- cgit v1.2.3