parentallock_setup.cpp: apply native sub head

This commit is contained in:
2019-04-03 15:35:29 +02:00
parent 8eb418617b
commit d02a24cc9c

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;