Index: src/pcb-menu-gtk.lht =================================================================== --- src/pcb-menu-gtk.lht (revision 6696) +++ src/pcb-menu-gtk.lht (revision 6697) @@ -60,6 +60,8 @@ ha:Load layout data to paste-buffer = { li:action={PasteBuffer(Clear); Load(LayoutTobuffer)} } ha:Load netlist file = { action=Load(Netlist) } ha:Load vendor resource file = { action=LoadVendorFrom() } + ha:Load routed dsn or ses file = { action=LoadDsnFrom() } + ha:Load hyp = { action=LoadHypFrom() } } } - Index: src/pcb-menu-mkey.lht =================================================================== --- src/pcb-menu-mkey.lht (revision 6696) +++ src/pcb-menu-mkey.lht (revision 6697) @@ -60,6 +60,8 @@ ha:Load layout data to paste-buffer = { li:action={PasteBuffer(Clear); Load(LayoutTobuffer)} } ha:Load netlist file = { action=Load(Netlist) } ha:Load vendor resource file = { action=LoadVendorFrom() } + ha:Load routed dsn or ses file = { action=LoadDsnFrom() } + ha:Load hyp = { action=LoadHypFrom() } } } -