Index: rats_act.c =================================================================== --- rats_act.c (revision 5021) +++ rats_act.c (revision 5022) @@ -157,7 +157,7 @@ case F_ResetLinesAndPolygons: if (pcb_reset_found_lines_polys(pcb_true)) { - IncrementUndoSerialNumber(); + pcb_undo_inc_serial(); pcb_draw(); } break; @@ -164,7 +164,7 @@ case F_ResetPinsViasAndPads: if (pcb_reset_found_pins_vias_pads(pcb_true)) { - IncrementUndoSerialNumber(); + pcb_undo_inc_serial(); pcb_draw(); } break; @@ -171,7 +171,7 @@ case F_Reset: if (pcb_reset_conns(pcb_true)) { - IncrementUndoSerialNumber(); + pcb_undo_inc_serial(); pcb_draw(); } break;