parentallock_setup.cpp: apply native sub head

Origin commit data
------------------
Branch: ni/coolstream
Commit: c7c0f143a1
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-03 (Wed, 03 Apr 2019)


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

------------------
This commit was generated by Migit
This commit is contained in:
2019-04-03 23:24:44 +02:00
committed by vanhofen
parent f6fe595f7b
commit 6fba096312

View File

@@ -102,11 +102,8 @@ int CParentalSetup::showParentalSetup()
//menue init
CMenuWidget* plock = new CMenuWidget(LOCALE_MAINSETTINGS_HEAD, NEUTRINO_ICON_LOCK, width, MN_WIDGET_ID_PLOCKSETUP);
//subhead
plock->addItem( new CMenuSeparator(CMenuSeparator::ALIGN_LEFT | CMenuSeparator::SUB_HEAD | CMenuSeparator::STRING, LOCALE_PARENTALLOCK_PARENTALLOCK));
// intros
plock->addIntroItems();
// intros with sub head
plock->addIntroItems(LOCALE_PARENTALLOCK_PARENTALLOCK);
CMenuForwarder * mf;