From 2c4ee6e4845d1c5a80c8ec8bc8ad108ba52152b4 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Wed, 27 Sep 2017 08:32:42 +0200 Subject: [PATCH] network-setup: add header-icon to network-test Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/db5af2d9caa573cc30b0906431e67690a16a1919 Author: vanhofen Date: 2017-09-27 (Wed, 27 Sep 2017) Origin message was: ------------------ - network-setup: add header-icon to network-test ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/network_setup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/network_setup.cpp b/src/gui/network_setup.cpp index 70ba1403c..45d19a739 100644 --- a/src/gui/network_setup.cpp +++ b/src/gui/network_setup.cpp @@ -787,7 +787,7 @@ void CNetworkSetup::testNetworkSettings() } } - ShowMsg(LOCALE_NETWORKMENU_TEST, text, CMsgBox::mbrBack, CMsgBox::mbBack, NULL, MSGBOX_MIN_WIDTH, NO_TIMEOUT, false, CMsgBox::AUTO_WIDTH | CMsgBox::AUTO_HIGH); // UTF-8 + ShowMsg(LOCALE_NETWORKMENU_TEST, text, CMsgBox::mbrBack, CMsgBox::mbBack, NEUTRINO_ICON_NETWORK, MSGBOX_MIN_WIDTH, NO_TIMEOUT, false, CMsgBox::AUTO_WIDTH | CMsgBox::AUTO_HIGH); } int CNetworkSetup::showWlanList()