summaryrefslogtreecommitdiff
path: root/apps/menus/time_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menus/time_menu.c')
-rw-r--r--apps/menus/time_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menus/time_menu.c b/apps/menus/time_menu.c
index 6043573684..e6b5637047 100644
--- a/apps/menus/time_menu.c
+++ b/apps/menus/time_menu.c
@@ -135,7 +135,7 @@ static int alarm_setting(void)
135#endif 135#endif
136 return set_option(str(LANG_ALARM_WAKEUP_SCREEN), 136 return set_option(str(LANG_ALARM_WAKEUP_SCREEN),
137 &global_settings.alarm_wake_up_screen, 137 &global_settings.alarm_wake_up_screen,
138 INT, items, i, NULL); 138 RB_INT, items, i, NULL);
139} 139}
140 140
141MENUITEM_FUNCTION(alarm_wake_up_screen, 0, ID2P(LANG_ALARM_WAKEUP_SCREEN), 141MENUITEM_FUNCTION(alarm_wake_up_screen, 0, ID2P(LANG_ALARM_WAKEUP_SCREEN),