Index: Rev.h =================================================================== --- Rev.h (revision 32325) +++ Rev.h (revision 32326) @@ -1 +1 @@ -static const int myrev = 32317; +static const int myrev = 32326; Index: Rev.tab =================================================================== --- Rev.tab (revision 32325) +++ Rev.tab (revision 32326) @@ -1,4 +1,4 @@ -32317 configure new netlist import plugins: pads ascii netlist, orcad pcb II netlist, accel net +32326 configure new netlist import plugins: pads ascii netlist, orcad pcb II netlist, accel netliet, protel netlist 2.0 32284 configure io_tedax: file format support for autorouters 32216 configure cleanup: eahc plugin shall register its own menus 32187 configure librnd: infra for menu patching Index: plugins.h =================================================================== --- plugins.h (revision 32325) +++ plugins.h (revision 32326) @@ -88,6 +88,7 @@ plugin_def("import_netlist", "import netlist", sbuildin, 1, 0) plugin_def("import_orcad_net", "import Orcad netlist", sbuildin, 1, 0) plugin_def("import_pads_net", "import PADS ascii netlist .asc", sbuildin, 1, 0) +plugin_def("import_protel_net","import Protel netlist 2.0", sbuildin, 1, 0) plugin_def("import_pxm_gd", "import pixmaps from png/gif/jpg", sbuildin, 1, 0) plugin_def("import_pxm_pnm", "import pixmaps from pnm ", sbuildin, 1, 0) plugin_def("import_sch2", "import sch v2", sbuildin, 1, 0)