Index: plugins.h =================================================================== --- plugins.h (revision 26262) +++ plugins.h (revision 26263) @@ -43,6 +43,8 @@ plugin_def("millpath", "calculate toolpath for milling", sdisable, 1) plugin_def("mincut", "minimal cut shorts", sbuildin, 1) plugin_def("oldactions", "old/obsolete actions", sdisable, 1) +plugin_def("order_pcbway", "board ordering from PCBWay", sdisable, 1) +plugin_def("order", "online board ordering", sdisable, 1) plugin_def("polycombine", "combine selected polygons", sbuildin, 1) plugin_def("polystitch", "stitch polygon at cursor", sbuildin, 1) plugin_def("propedit", "object property editor", sbuildin, 1) @@ -178,3 +180,4 @@ plugin_dep("lib_gtk_hid", "lib_hid_common", 0) plugin_dep("lib_vfs", "propedit", 0) plugin_dep("millpath", "lib_polyhelp", 0) +plugin_dep("order_pcbway", "order", 0)