Index: smartdisperse.c =================================================================== --- smartdisperse.c (revision 4861) +++ smartdisperse.c (revision 4862) @@ -161,7 +161,7 @@ Nets = ProcNetlist(&PCB->NetlistLib[0]); if (!Nets) { - Message(PCB_MSG_ERROR, _("Can't use SmartDisperse because no netlist is loaded.\n")); + pcb_message(PCB_MSG_ERROR, _("Can't use SmartDisperse because no netlist is loaded.\n")); return 0; }