summaryrefslogtreecommitdiff
path: root/apps/menus/recording_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menus/recording_menu.c')
-rw-r--r--apps/menus/recording_menu.c4
1 files changed, 2 insertions, 2 deletions
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)
261 }; 261 };
262 262
263 int rec_format = global_settings.rec_format; 263 int rec_format = global_settings.rec_format;
264 bool res = set_option(str(LANG_RECORDING_FORMAT), &rec_format, INT, 264 bool res = set_option(str(LANG_FORMAT), &rec_format, INT,
265 names, REC_NUM_FORMATS, NULL ); 265 names, REC_NUM_FORMATS, NULL );
266 266
267 if (rec_format != global_settings.rec_format) 267 if (rec_format != global_settings.rec_format)
@@ -272,7 +272,7 @@ static int recformat_func(void)
272 272
273 return res; 273 return res;
274} /* recformat */ 274} /* recformat */
275MENUITEM_FUNCTION(recformat, 0, ID2P(LANG_RECORDING_FORMAT), 275MENUITEM_FUNCTION(recformat, 0, ID2P(LANG_FORMAT),
276 recformat_func, NULL, NULL, Icon_Menu_setting); 276 recformat_func, NULL, NULL, Icon_Menu_setting);
277 277
278MENUITEM_FUNCTION(enc_global_config_menu_item, 0, ID2P(LANG_ENCODER_SETTINGS), 278MENUITEM_FUNCTION(enc_global_config_menu_item, 0, ID2P(LANG_ENCODER_SETTINGS),