Index: plugins.h =================================================================== --- plugins.h (revision 31249) +++ plugins.h (revision 31250) @@ -92,31 +92,31 @@ plugin_header("\nExport plugins:\n") plugin_def("cam", "cam/job based export", sbuildin, 1, 0) plugin_def("ddraft", "2D drafting helper", sbuildin, 1, 0) -plugin_def("export_bom", "bom rnd_exporter", sbuildin, 1, 0) -plugin_def("export_dsn", "specctra .dsn rnd_exporter", sbuildin, 1, 0) -plugin_def("export_dxf", "DXF rnd_exporter", sbuildin, 1, 0) +plugin_def("export_bom", "bom pcb_exporter", sbuildin, 1, 0) +plugin_def("export_dsn", "specctra .dsn pcb_exporter", sbuildin, 1, 0) +plugin_def("export_dxf", "DXF pcb_exporter", sbuildin, 1, 0) plugin_def("export_excellon", "Excellon drill exporter", sbuildin, 1, 0) -plugin_def("export_fidocadj", "FidoCadJ .fcd rnd_exporter", sbuildin, 1, 0) -plugin_def("export_gcode", "gcode rnd_exporter", sbuildin, 1, 0) -plugin_def("export_gerber", "Gerber rnd_exporter", sbuildin, 1, 0) -plugin_def("export_ipcd356", "IPC-D-356 Netlist rnd_exporter", sbuildin, 1, 0) -plugin_def("export_lpr", "lpr rnd_exporter (printer)", sbuildin, 1, 0) +plugin_def("export_fidocadj", "FidoCadJ .fcd pcb_exporter", sbuildin, 1, 0) +plugin_def("export_gcode", "gcode pcb_exporter", sbuildin, 1, 0) +plugin_def("export_gerber", "Gerber pcb_exporter", sbuildin, 1, 0) +plugin_def("export_ipcd356", "IPC-D-356 Netlist pcb_exporter", sbuildin, 1, 0) +plugin_def("export_lpr", "lpr pcb_exporter (printer)", sbuildin, 1, 0) plugin_def("export_oldconn", "old connection data format", sbuildin, 1, 0) plugin_def("export_openems", "openems exporter", sbuildin, 1, 0) -plugin_def("export_openscad", "openscad rnd_exporter", sbuildin, 1, 0) -plugin_def("export_png", "png/gif/jpg rnd_exporter", sbuildin, 1, 0) -plugin_def("export_ps", "postscript rnd_exporter", sbuildin, 1, 0) +plugin_def("export_openscad", "openscad pcb_exporter", sbuildin, 1, 0) +plugin_def("export_png", "png/gif/jpg pcb_exporter", sbuildin, 1, 0) +plugin_def("export_ps", "postscript pcb_exporter", sbuildin, 1, 0) plugin_def("export_stat", "export board statistics", sbuildin, 1, 0) plugin_def("export_stl", "3d export: STL", sbuildin, 1, 0) -plugin_def("export_svg", "SVG rnd_exporter", sbuildin, 1, 0) -plugin_def("export_test", "dummy test rnd_exporter", sdisable, 1, 0) +plugin_def("export_svg", "SVG pcb_exporter", sbuildin, 1, 0) +plugin_def("export_test", "dummy test pcb_exporter", sdisable, 1, 0) plugin_def("export_vfs_fuse", "FUSE VFS server", sdisable, 1, 0) plugin_def("export_vfs_mc", "GNU mc VFS server", sdisable, 1, 0) -plugin_def("export_xy", "xy (centroid) rnd_exporter", sbuildin, 1, 0) +plugin_def("export_xy", "xy (centroid) pcb_exporter", sbuildin, 1, 0) plugin_header("\nIO plugins (file formats):\n") plugin_def("io_autotrax", "autotrax (freeware PCB CAD)", sbuildin, 1, 0) -plugin_def("io_bxl", "BXL footprint", sdisable, 0, 0) +plugin_def("io_bxl", "BXL footprint", sbuildin, 1, 0) plugin_def("io_dsn", "specctra .dsn", sdisable, 1, 0) plugin_def("io_eagle", "Eagle's xml and binary formats", sbuildin, 1, 0) plugin_def("io_hyp", "hyperlynx .hyp loader", sbuildin, 1, 0)