From 4cea1f8c823e0bec62aecf5a0fffc5fb7a1a6a5d Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 19 May 2015 12:29:17 +0200 Subject: [PATCH] opkg_manager: use correct brief hints Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/59e168fc306c5f71b464bce628a783a5db18319c Author: vanhofen Date: 2015-05-19 (Tue, 19 May 2015) Origin message was: ------------------ - opkg_manager: use correct brief hints ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/opkg_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/opkg_manager.cpp b/src/gui/opkg_manager.cpp index 76d5296b3..7bd19e588 100644 --- a/src/gui/opkg_manager.cpp +++ b/src/gui/opkg_manager.cpp @@ -274,7 +274,7 @@ int COPKGManager::showMenu() getPkgData(OM_LIST_UPGRADEABLE); menu = new CMenuWidget(g_Locale->getText(LOCALE_SERVICEMENU_UPDATE), NEUTRINO_ICON_UPDATE, width, MN_WIDGET_ID_SOFTWAREUPDATE); - menu->addIntroItems(LOCALE_OPKG_TITLE); + menu->addIntroItems(LOCALE_OPKG_TITLE, NONEXISTANT_LOCALE, CMenuWidget::BTN_TYPE_BACK, CMenuWidget::BRIEF_HINT_YES); upgrade_forwarder = new CMenuForwarder(LOCALE_OPKG_UPGRADE, true, NULL , this, pkg_types[OM_UPGRADE].c_str(), CRCInput::RC_red); upgrade_forwarder->setHint(NEUTRINO_ICON_HINT_SW_UPDATE, LOCALE_MENU_HINT_OPKG_UPGRADE);