gui/videosettings.cpp: fix analog output options on zee2

Origin commit data
------------------
Branch: ni/coolstream
Commit: 9700fbcf23
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-11-06 (Thu, 06 Nov 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2014-11-06 13:18:32 +03:00
parent 72b9d2dd8a
commit e1fa6e239a

View File

@@ -247,7 +247,7 @@ int CVideoSettings::showVideoSetup()
else if (system_rev > 0x06)
{
#ifdef ANALOG_MODE
if (system_rev == 9 || system_rev == 11) { // Tank, Trinity.
if (system_rev == 9 || system_rev == 11 || system_rev == 12) { // Tank, Trinity, Zee2
vs_analg_ch = new CMenuOptionChooser(LOCALE_VIDEOMENU_ANALOG_MODE, &g_settings.analog_mode1, VIDEOMENU_VIDEOSIGNAL_TANK_OPTIONS, VIDEOMENU_VIDEOSIGNAL_TANK_OPTION_COUNT, true, this);
vs_analg_ch->setHint("", LOCALE_MENU_HINT_VIDEO_ANALOG_MODE);
} else