- unify new presets; part 1

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-03-31 22:15:28 +02:00
committed by Thilo Graf
parent 0189205fd1
commit 96ff1b6b3a
4 changed files with 13 additions and 13 deletions

View File

@@ -421,8 +421,8 @@ int COsdSetup::exec(CMenuTarget* parent, const std::string &actionKey)
#define OSD_PRESET_OPTIONS_COUNT 2
const CMenuOptionChooser::keyval_ext OSD_PRESET_OPTIONS[] =
{
{ COsdSetup::PRESET_LCD_A, LOCALE_OSD_PRESET_SCREEN_A },
{ COsdSetup::PRESET_LCD_B, LOCALE_OSD_PRESET_SCREEN_B }
{ COsdSetup::PRESET_SCREEN_A, LOCALE_OSD_PRESET_SCREEN_A },
{ COsdSetup::PRESET_SCREEN_B, LOCALE_OSD_PRESET_SCREEN_B }
};
#define INFOBAR_CASYSTEM_MODE_OPTION_COUNT 4