Index: plugins.h =================================================================== --- plugins.h (revision 38022) +++ plugins.h (revision 38023) @@ -90,8 +90,7 @@ plugin_header("\nExport plugins:\n") plugin_def("cam", "cam/job based export", sbuildin, 1) plugin_def("ddraft", "2D drafting helper", sbuildin, 1) -plugin_def("export_bom2", "Bill of Materials export", sbuildin, 1) -plugin_def("export_bom", "bom pcb_exporter", sbuildin, 1) +plugin_def("export_bom", "Bill of Materials export", sbuildin, 1) plugin_def("export_c_draw", "export drawing in C code", sdisable, 0) plugin_def("export_debug", "export debug draw", sdisable, 0) plugin_def("export_dxf", "DXF pcb_exporter", sbuildin, 1)