Author: M0...@gm...
Date: Mon Dec 8 10:37:58 2008
New Revision: 378
Modified:
branches/iVL/MdlNetConf.module
Log:
Fixed WPA/WAP typo in wireless networking setup
Modified: branches/iVL/MdlNetConf.module
==============================================================================
--- branches/iVL/MdlNetConf.module (original)
+++ branches/iVL/MdlNetConf.module Mon Dec 8 10:37:58 2008
@@ -242,7 +242,7 @@
cb = NEW ComboBox(FrmNetConf.TSNetDevices) AS "cbWifiEnc"
WITH cb
.ReadOnly = TRUE
- .list = [("None"), "WAP", "WEP"]
+ .list = [("None"), "WPA", "WEP"]
.Width = tb.Width
.tag = sDev
.Height = tl.Height
|