mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
COPKGManager: add locales for local installation
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user