mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
osd_setup: osd preset crt/lcd add locals use now for different Screen Setup when using different monitors
Conflicts: data/locale/deutsch.locale data/locale/english.locale src/system/locals.h src/system/locals_intern.h
This commit is contained in:
@@ -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_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
|
||||
|
Reference in New Issue
Block a user