Index: polystitch.c =================================================================== --- polystitch.c (revision 4861) +++ polystitch.c (revision 4862) @@ -102,7 +102,7 @@ } ENDALL_LOOP; if (!inner_poly) { - Message(PCB_MSG_ERROR, "Cannot find any polygons"); + pcb_message(PCB_MSG_ERROR, "Cannot find any polygons"); return; } } @@ -127,7 +127,7 @@ } } END_LOOP; - Message(PCB_MSG_ERROR, "Cannot find a polygon enclosing the one you selected"); + pcb_message(PCB_MSG_ERROR, "Cannot find a polygon enclosing the one you selected"); } static void check_windings()