Made it also compilable with compiler < 7.2

This commit is contained in:
Jocelyn Fiat
2013-02-28 14:13:04 +01:00
parent db4f665de1
commit ff9be2cf8e
6 changed files with 16 additions and 20 deletions

View File

@@ -37,7 +37,7 @@ feature {NONE} -- Initialization
do
if attached {WGI_NINO_CONNECTOR} conn as nino then
create e
if attached e.item ("COMSPEC") as l_comspec then
if attached e.get ("COMSPEC") as l_comspec then
e.launch (l_comspec + " /C start " + "http://localhost:" + nino.port.out + "/")
else
e.launch ("http://localhost:" + nino.port.out + "/")