summaryrefslogtreecommitdiff
path: root/apps/menus/display_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menus/display_menu.c')
-rw-r--r--apps/menus/display_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menus/display_menu.c b/apps/menus/display_menu.c
index f43ae5691f..c5c5e6d908 100644
--- a/apps/menus/display_menu.c
+++ b/apps/menus/display_menu.c
@@ -515,7 +515,7 @@ static bool history_interval(void)
515 515
516 return set_option(str(LANG_HISTOGRAM_INTERVAL), 516 return set_option(str(LANG_HISTOGRAM_INTERVAL),
517 &global_settings.histogram_interval, 517 &global_settings.histogram_interval,
518 INT, names, 4, NULL ); 518 RB_INT, names, 4, NULL );
519} 519}
520 520
521MENUITEM_FUNCTION(histogram, 0, ID2P(LANG_HISTOGRAM_INTERVAL), 521MENUITEM_FUNCTION(histogram, 0, ID2P(LANG_HISTOGRAM_INTERVAL),