network-setup: use new marker icons

Origin commit data
------------------
Branch: ni/coolstream
Commit: 5418b57303
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-04 (Thu, 04 Jan 2018)

Origin message was:
------------------
- network-setup: use new marker icons

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-01-04 16:07:47 +01:00
parent 65ae1b767c
commit 32d65be81c

View File

@@ -837,7 +837,7 @@ int CNetworkSetup::showWlanList()
const char * icon = NULL; const char * icon = NULL;
if (networks[i].encrypted) if (networks[i].encrypted)
icon = NEUTRINO_ICON_LOCK; icon = NEUTRINO_ICON_MARKER_LOCK;
CMenuForwarder * net = new CMenuForwarder(networks[i].ssid.c_str(), true, option[i], selector, cnt, CRCInput::RC_nokey, NULL, icon); CMenuForwarder * net = new CMenuForwarder(networks[i].ssid.c_str(), true, option[i], selector, cnt, CRCInput::RC_nokey, NULL, icon);
net->setItemButton(NEUTRINO_ICON_BUTTON_OKAY, true); net->setItemButton(NEUTRINO_ICON_BUTTON_OKAY, true);
wlist.addItem(net, networks[i].ssid == network_ssid); wlist.addItem(net, networks[i].ssid == network_ssid);