From 1af92e5ff84bcb05d264d65d2904c4d9fe8f0d98 Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Sun, 17 Apr 2022 17:20:43 +0100 Subject: Fix red from 6f5af8e53c Change-Id: I02dbc3e91856eaef081446ca77919e6182a85e1d --- apps/menus/recording_menu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/menus/recording_menu.c') diff --git a/apps/menus/recording_menu.c b/apps/menus/recording_menu.c index a870a5ee9b..c9ff975269 100644 --- a/apps/menus/recording_menu.c +++ b/apps/menus/recording_menu.c @@ -261,7 +261,7 @@ static int recformat_func(void) }; int rec_format = global_settings.rec_format; - bool res = set_option(str(LANG_RECORDING_FORMAT), &rec_format, INT, + bool res = set_option(str(LANG_FORMAT), &rec_format, INT, names, REC_NUM_FORMATS, NULL ); if (rec_format != global_settings.rec_format) @@ -272,7 +272,7 @@ static int recformat_func(void) return res; } /* recformat */ -MENUITEM_FUNCTION(recformat, 0, ID2P(LANG_RECORDING_FORMAT), +MENUITEM_FUNCTION(recformat, 0, ID2P(LANG_FORMAT), recformat_func, NULL, NULL, Icon_Menu_setting); MENUITEM_FUNCTION(enc_global_config_menu_item, 0, ID2P(LANG_ENCODER_SETTINGS), -- cgit v1.2.3