Index: fontmode.c =================================================================== --- fontmode.c (revision 30954) +++ fontmode.c (revision 30955) @@ -108,7 +108,7 @@ font = pcb_font_unlink(PCB, conf_core.design.text_font_id); if (font == NULL) { - rnd_message(PCB_MSG_ERROR, "Can't fetch font id %d\n", conf_core.design.text_font_id); + rnd_message(RND_MSG_ERROR, "Can't fetch font id %d\n", conf_core.design.text_font_id); return 1; }