osd_setup: osd preset crt/lcd add locals use now for different Screen Setup when using different monitors

Origin commit data
------------------
Commit: 729710f40c
Author: Frankenstone <dampf_acc@online.de>
Date: 2021-03-31 (Wed, 31 Mar 2021)
This commit is contained in:
Frankenstone
2021-03-31 17:38:22 +02:00
committed by vanhofen
parent 5732a2cdb1
commit 72324d7472
7 changed files with 27 additions and 19 deletions

View File

@@ -424,8 +424,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_CRT, NONEXISTANT_LOCALE, "CRT" },
{ COsdSetup::PRESET_LCD, NONEXISTANT_LOCALE, "LCD" }
{ COsdSetup::PRESET_LCD, LOCALE_OSD_PRESET_SCREEN_A },
{ COsdSetup::PRESET_CRT, LOCALE_OSD_PRESET_SCREEN_B }
};
#define INFOBAR_CASYSTEM_MODE_OPTION_COUNT 4