Index: undo_act.c =================================================================== --- undo_act.c (revision 10660) +++ undo_act.c (revision 10661) @@ -105,7 +105,7 @@ /* --------------------------------------------------------------------------- */ -static const char pcb_acts_Undo[] = "pcb_undo()\n" "pcb_undo(ClearList)"; +static const char pcb_acts_Undo[] = "undo()\n" "undo(ClearList)"; static const char pcb_acth_Undo[] = "Undo recent changes."; @@ -245,7 +245,7 @@ /* --------------------------------------------------------------------------- */ -static const char pcb_acts_Redo[] = "pcb_redo()"; +static const char pcb_acts_Redo[] = "redo()"; static const char pcb_acth_Redo[] = "Redo recent \"undo\" operations.";