Index: excitation.c =================================================================== --- excitation.c (revision 30992) +++ excitation.c (revision 30993) @@ -165,7 +165,7 @@ { RND_DAD_BEGIN_TABLE(exc_ctx.dlg, 2); RND_DAD_LABEL(exc_ctx.dlg, "fc"); - PCB_DAD_SPIN_FREQ(exc_ctx.dlg); + RND_DAD_SPIN_FREQ(exc_ctx.dlg); RND_DAD_MINMAX(exc_ctx.dlg, 0, FREQ_MAX); RND_DAD_HELP(exc_ctx.dlg, "20db Cutoff Frequency\nbandwidth is 2*fc"); RND_DAD_CHANGE_CB(exc_ctx.dlg, exc_val_chg_cb);