COPKGManager: add locales for local installation

This commit is contained in:
2014-11-29 00:47:22 +01:00
parent dc3b6caae6
commit 6016ea718c
7 changed files with 14 additions and 2 deletions

View File

@@ -331,7 +331,8 @@ int COPKGManager::showMenu()
//select and install local package
CMenuForwarder *local;
local = new CMenuForwarder("Install Local Package" , true, NULL, this, "local_package", CRCInput::RC_green);
local = new CMenuForwarder(LOCALE_OPKG_INSTALL_LOCAL_PACKAGE, true, NULL, this, "local_package", CRCInput::RC_green);
local->setHint(NEUTRINO_ICON_HINT_SW_UPDATE, LOCALE_MENU_HINT_OPKG_INSTALL_LOCAL_PACKAGE);
menu->addItem(local);
menu->addItem(GenericMenuSeparatorLine);