Index: plugins.h =================================================================== --- plugins.h (revision 28871) +++ plugins.h (revision 28872) @@ -36,7 +36,7 @@ plugin_def("drc_orig", "the original DRC code", sbuildin, 1, 0) plugin_def("expfeat", "experimental features", sdisable, 1, 0) plugin_def("extedit", "edit with external program", sbuildin, 1, 0) -plugin_def("exto_std", "standard extended objects", sdisable, 1, 0) +plugin_def("exto_std", "standard extended objects", sbuildin, 1, 0) plugin_def("fontmode", "font editor", sbuildin, 1, 0) plugin_def("jostle", "push lines out of the way", sbuildin, 1, 0) plugin_def("loghid", "diagnostics: log HID calls", sdisable, 1, 0) @@ -152,6 +152,7 @@ plugin_dep("export_vfs_mc", "lib_vfs", 0) plugin_dep("export_xy", "export_bom", 0) plugin_dep("extedit", "io_lihata", 0) +plugin_dep("exto_std", "lib_compat_help", 0) plugin_dep("fp_wget", "fp_fs", 0) plugin_dep("fp_wget", "lib_wget", 0) plugin_dep("hid_gtk2_gdk", "lib_gtk_common", 01)