Index: import_sch.c =================================================================== --- import_sch.c (revision 30980) +++ import_sch.c (revision 30981) @@ -120,7 +120,7 @@ imp_name = conf_import_sch.plugins.import_sch.import_fmt; } else { - if (!PCB_HAVE_GUI_ATTR_DLG) { + if (!RND_HAVE_GUI_ATTR_DLG) { rnd_message(RND_MSG_ERROR, "import_sch not configured; please use ImportSch(setup, ...)\n"); return 1; }