mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
COPKGManager: add locales for local installation
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6016ea718c
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-11-29 (Sat, 29 Nov 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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