Index: plugins.h =================================================================== --- plugins.h (revision 32060) +++ plugins.h (revision 32061) @@ -34,7 +34,7 @@ plugin_def("draw_csect", "draw cross-section (layers)", sdisable, 1, 0) plugin_def("draw_fab", "fab layer in some exports", sbuildin, 1, 0) plugin_def("draw_fontsel", "font selection GUI", sdisable, 1, 0) -plugin_def("drc_orig", "the original DRC code", sdisable, 1, 0) +plugin_def("drc_orig", "the original DRC code", sdisable, 0, 0) plugin_def("drc_query", "query() based DRC", sbuildin, 1, 0) plugin_def("expfeat", "experimental features", sdisable, 1, 0) plugin_def("extedit", "edit with external program", sbuildin, 1, 0)