Commit 4a3357f0 authored by claes's avatar claes

OtherIO added

parent b951a0c5
...@@ -43,6 +43,9 @@ foldersTree = gFld("<b>Object Reference Manual</b>", "../orm_intro.html") ...@@ -43,6 +43,9 @@ foldersTree = gFld("<b>Object Reference Manual</b>", "../orm_intro.html")
aux1 = insFld(foldersTree, gFld("<b>OtherManufacturer</b>", "othermanufacturer_index.html")) aux1 = insFld(foldersTree, gFld("<b>OtherManufacturer</b>", "othermanufacturer_index.html"))
OtherManufacturer(aux1) OtherManufacturer(aux1)
aux1 = insFld(foldersTree, gFld("<b>OtherIO</b>", "otherio_index.html"))
OtherIO(aux1)
aux1 = insFld(foldersTree, gFld("<b>ABB</b>", "abb_index.html")) aux1 = insFld(foldersTree, gFld("<b>ABB</b>", "abb_index.html"))
ABB(aux1) ABB(aux1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment