Index: trunk/src/actions_pcb.c =================================================================== --- trunk/src/actions_pcb.c (revision 31253) +++ trunk/src/actions_pcb.c (revision 31254) @@ -46,7 +46,6 @@ const char *PCB_PTR_DOMAIN_LAYER = "pcb_fgw_ptr_domain_layer"; const char *PCB_PTR_DOMAIN_LAYERGRP = "pcb_fgw_ptr_domain_layergrp"; const char *PCB_PTR_DOMAIN_VIEWLIST = "pcb_fgw_ptr_domain_viewlist"; -const char *PCB_PTR_DOMAIN_FPMAP = "pcb_fgw_ptr_domain_fpmap"; #define conv_str2layerid(dst, src) \ Index: trunk/src/plug_footprint.c =================================================================== --- trunk/src/plug_footprint.c (revision 31253) +++ trunk/src/plug_footprint.c (revision 31254) @@ -485,6 +485,8 @@ return -1; } +const char *PCB_PTR_DOMAIN_FPMAP = "pcb_fgw_ptr_domain_fpmap"; + const char *pcb_fp_map_choose(rnd_hidlib_t *hidlib, const pcb_plug_fp_map_t *map) { if (RND_HAVE_GUI_ATTR_DLG) {