Index: Rev.h =================================================================== --- Rev.h (revision 35239) +++ Rev.h (revision 35240) @@ -1 +1 @@ -static const int myrev = 35235; +static const int myrev = 35240; Index: Rev.tab =================================================================== --- Rev.tab (revision 35239) +++ Rev.tab (revision 35240) @@ -1,4 +1,4 @@ -35235 cnfigure io_dsn: merge import_dsn (as ses import) and export_dsn +35240 cnfigure io_dsn: merge import_dsn (as ses import) and export_dsn 35181 configure io_dsn: padstack proto hash 35076 configure io_pads: plugin configuration 35020 configure io_pads: enable the experimental write code Index: plugins.h =================================================================== --- plugins.h (revision 35239) +++ plugins.h (revision 35240) @@ -115,7 +115,7 @@ plugin_header("\nIO plugins (file formats):\n") plugin_def("io_autotrax", "autotrax (freeware PCB CAD)", sbuildin, 1) plugin_def("io_bxl", "BXL footprint", sbuildin, 1) -plugin_def("io_dsn", "specctra .dsn", sdisable, 1) +plugin_def("io_dsn", "specctra .dsn", sbuildin, 1) plugin_def("io_eagle", "Eagle's xml and binary formats", sbuildin, 1) plugin_def("io_hyp", "hyperlynx .hyp loader", sbuildin, 1) plugin_def("io_kicad_legacy", "Kicad's legacy format", sbuildin, 1)