Index: polystitch.c =================================================================== --- polystitch.c (revision 30954) +++ polystitch.c (revision 30955) @@ -54,7 +54,7 @@ PCB_ENDALL_LOOP; if (res == NULL) - rnd_message(PCB_MSG_ERROR, "Cannot find any polygons"); + rnd_message(RND_MSG_ERROR, "Cannot find any polygons"); return res; } @@ -76,7 +76,7 @@ } PCB_END_LOOP; - rnd_message(PCB_MSG_ERROR, "Cannot find a polygon enclosing the one you selected"); + rnd_message(RND_MSG_ERROR, "Cannot find a polygon enclosing the one you selected"); return NULL; }