network-setup: fix text-alignment for network-test

Origin commit data
------------------
Branch: ni/coolstream
Commit: b37deab766
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-26 (Tue, 26 Sep 2017)

Origin message was:
------------------
- network-setup: fix text-alignment for network-test

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-09-26 23:16:26 +02:00
committed by Jacek Jendrzej
parent 94b5fa194b
commit f72b23a71b

View File

@@ -787,7 +787,7 @@ void CNetworkSetup::testNetworkSettings()
}
}
ShowMsg(LOCALE_NETWORKMENU_TEST, text, CMsgBox::mbrBack, CMsgBox::mbBack); // UTF-8
ShowMsg(LOCALE_NETWORKMENU_TEST, text, CMsgBox::mbrBack, CMsgBox::mbBack, NULL, MSGBOX_MIN_WIDTH, NO_TIMEOUT, false, CMsgBox::AUTO_WIDTH | CMsgBox::AUTO_HIGH); // UTF-8
}
int CNetworkSetup::showWlanList()