Index: trunk/src/pcb-menu-gtk.lht =================================================================== --- trunk/src/pcb-menu-gtk.lht (revision 6807) +++ trunk/src/pcb-menu-gtk.lht (revision 6808) @@ -62,6 +62,8 @@ ha:Load vendor resource file = { action=LoadVendorFrom() } ha:Load routed dsn or ses file = { action=LoadDsnFrom() } ha:Load MUCS pl file = { action=LoadMucsFrom() } + ha:Load TinyCAD .net file = { action=LoadTinyCADFrom() } + ha:Load LTSpice .net and .asc files = { action=LoadLTSpiceFrom() } ha:Load hyp = { action=LoadHypFrom() } } } Index: trunk/src/pcb-menu-lesstif.lht =================================================================== --- trunk/src/pcb-menu-lesstif.lht (revision 6807) +++ trunk/src/pcb-menu-lesstif.lht (revision 6808) @@ -46,6 +46,8 @@ ha:Load vendor resource file = { action=LoadVendor() } ha:Load routed dsn or ses file = { action=LoadDsnFrom() } ha:Load MUCS pl file = { action=LoadMucsFrom() } + ha:Load TinyCAD .net file = { action=LoadTinyCADFrom() } + ha:Load LTSpice .net and .asc files = { action=LoadLTSpiceFrom() } ha:Load hyp = { action=LoadHypFrom() } } } Index: trunk/src/pcb-menu-mkey.lht =================================================================== --- trunk/src/pcb-menu-mkey.lht (revision 6807) +++ trunk/src/pcb-menu-mkey.lht (revision 6808) @@ -62,6 +62,8 @@ ha:Load vendor resource file = { action=LoadVendorFrom() } ha:Load routed dsn or ses file = { action=LoadDsnFrom() } ha:Load MUCS pl file = { action=LoadMucsFrom() } + ha:Load TinyCAD .net file = { action=LoadTinyCADFrom() } + ha:Load LTSpice .net and .asc files = { action=LoadLTSpiceFrom() } ha:Load hyp = { action=LoadHypFrom() } } }