mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
gui/network_setup.cpp: add network services submenu
This commit is contained in:
@@ -44,6 +44,8 @@
|
||||
#include <gui/widget/hintbox.h>
|
||||
#include <gui/widget/messagebox.h>
|
||||
|
||||
#include <gui/network_service.h>
|
||||
|
||||
#include <global.h>
|
||||
#include <neutrino.h>
|
||||
#include <mymenu.h>
|
||||
@@ -321,6 +323,10 @@ int CNetworkSetup::showNetworkSetup()
|
||||
CProxySetup proxy(LOCALE_MAINSETTINGS_NETWORK);
|
||||
networkSettings->addItem(new CMenuForwarder(LOCALE_FLASHUPDATE_PROXYSERVER_SEP, true, NULL, &proxy, NULL, CRCInput::RC_0, NEUTRINO_ICON_BUTTON_0));
|
||||
|
||||
//services
|
||||
CNetworkServiceSetup services;
|
||||
networkSettings->addItem(new CMenuForwarder(LOCALE_NETWORKMENU_SERVICES, true, NULL, &services, NULL, CRCInput::RC_1, NEUTRINO_ICON_BUTTON_1));
|
||||
|
||||
int ret = 0;
|
||||
while(true) {
|
||||
int res = menu_return::RETURN_EXIT;
|
||||
|
Reference in New Issue
Block a user