Re-added wake-up alarm which was lost in the menu reorganisation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4237 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4044f1e93a
commit
a73cc6afa2
1 changed files with 3 additions and 0 deletions
|
@ -1126,6 +1126,9 @@ static bool system_settings_menu(void)
|
|||
#endif
|
||||
{ str(LANG_POWEROFF_IDLE), poweroff_idle_timer },
|
||||
{ str(LANG_SLEEP_TIMER), sleeptimer_screen },
|
||||
#ifdef HAVE_ALARM_MOD
|
||||
{ str(LANG_ALARM_MOD_ALARM_MENU), alarm_screen },
|
||||
#endif
|
||||
{ str(LANG_LIMITS_MENU), limits_settings_menu },
|
||||
#ifdef HAVE_MAS3507D
|
||||
{ str(LANG_LINE_IN), line_in },
|
||||
|
|
Loading…
Reference in a new issue