summaryrefslogtreecommitdiff
path: root/apps/sound_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/sound_menu.c')
-rw-r--r--apps/sound_menu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/sound_menu.c b/apps/sound_menu.c
index 833dea53b9..f2d92d6df6 100644
--- a/apps/sound_menu.c
+++ b/apps/sound_menu.c
@@ -42,6 +42,7 @@
42#include "peakmeter.h" 42#include "peakmeter.h"
43#include "mas.h" 43#include "mas.h"
44#endif 44#endif
45#include "splash.h"
45 46
46int selected_setting; /* Used by the callback */ 47int selected_setting; /* Used by the callback */
47void dec_sound_formatter(char *buffer, int buffer_size, int val, const char * unit) 48void dec_sound_formatter(char *buffer, int buffer_size, int val, const char * unit)
@@ -610,7 +611,7 @@ bool rectrigger(void)
610 611
611 switch (button) { 612 switch (button) {
612 case TRIG_CANCEL: 613 case TRIG_CANCEL:
613 splash(50, true, str(LANG_RESET_DONE_CANCEL)); 614 gui_syncsplash(50, true, str(LANG_RESET_DONE_CANCEL));
614 global_settings.rec_start_thres = old_start_thres; 615 global_settings.rec_start_thres = old_start_thres;
615 global_settings.rec_start_duration = old_start_duration; 616 global_settings.rec_start_duration = old_start_duration;
616 global_settings.rec_prerecord_time = old_prerecord_time; 617 global_settings.rec_prerecord_time = old_prerecord_time;