summaryrefslogtreecommitdiff
path: root/apps/SOURCES
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2008-12-01 09:28:14 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2008-12-01 09:28:14 +0000
commitc7fec13fd87d80bb38e71e84462f0081b0678db0 (patch)
treea12ddf829ab3d8167fdd2da9ee74e5988a80eda3 /apps/SOURCES
parenta783453ff91c19d5d9302a9479363a9a5f985cdf (diff)
downloadrockbox-c7fec13fd87d80bb38e71e84462f0081b0678db0.tar.gz
rockbox-c7fec13fd87d80bb38e71e84462f0081b0678db0.zip
FS#9173 - move all time/clock related settings in the menus into system > "time & date" (this includes sleep timer, alarm settings)
The time/date dispaly has been moved out of the "rockbox info" screen and into this screen also (only displayed if there is at least 3 lines of text on the screen though) The time/date is talked in this screen by pressing the usual context-menu button (usually long-select) Targets without a RTC are not changed (i.e sleep timer isnt moved) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19282 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/SOURCES')
-rw-r--r--apps/SOURCES3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/SOURCES b/apps/SOURCES
index 84f2eecbe2..2ea41c290a 100644
--- a/apps/SOURCES
+++ b/apps/SOURCES
@@ -29,6 +29,9 @@ menus/recording_menu.c
29#endif 29#endif
30menus/settings_menu.c 30menus/settings_menu.c
31menus/sound_menu.c 31menus/sound_menu.c
32#if CONFIG_RTC
33menus/time_menu.c
34#endif
32misc.c 35misc.c
33mp3data.c 36mp3data.c
34onplay.c 37onplay.c