mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
menu: use brief hint in start_wizards first steps
Origin commit data
------------------
Branch: ni/coolstream
Commit: c87ccae290
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-05-14 (Thu, 14 May 2015)
Origin message was:
------------------
- menu: use brief hint in start_wizards first steps
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1020,7 +1020,8 @@ void CMenuWidget::checkHints()
|
||||
}
|
||||
if (has_hints) {
|
||||
GenericMenuBack->setHint(NEUTRINO_ICON_HINT_BACK, LOCALE_MENU_HINT_BACK);
|
||||
GenericMenuNext->setHint(NEUTRINO_ICON_HINT_NEXT, LOCALE_MENU_HINT_NEXT);
|
||||
bool brief = (from_wizard == SNeutrinoSettings::WIZARD_START);
|
||||
GenericMenuNext->setHint(NEUTRINO_ICON_HINT_NEXT, brief ? LOCALE_MENU_HINT_NEXT_BRIEF : LOCALE_MENU_HINT_NEXT);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user