Index: trunk/src/stub_draw.c =================================================================== --- trunk/src/stub_draw.c (revision 7054) +++ trunk/src/stub_draw.c (revision 7055) @@ -88,7 +88,7 @@ /****** font selector GUI ******/ static void dummy_draw_fontsel(pcb_hid_gc_t gc) { - + dummy_draw_text(gc, "Can't render the font selector: the draw_fontsel plugin is not compiled and/or not loaded"); } void (*pcb_stub_draw_fontsel)(pcb_hid_gc_t gc) = dummy_draw_fontsel;