Index: trunk/src_plugins/tool_std/tool_buffer.c =================================================================== --- trunk/src_plugins/tool_std/tool_buffer.c (revision 33003) +++ trunk/src_plugins/tool_std/tool_buffer.c (revision 33004) @@ -58,7 +58,7 @@ pcb_board_t *pcb = (pcb_board_t *)hl; if (rnd_gui->shift_is_pressed(rnd_gui)) { - rnd_actionva(hl, "ReplaceFootprint", "object", "@buffer", "dumb", NULL); + rnd_actionva(hl, "ReplaceFootprint", "object", "@buffer", "", NULL); return; }