Index: ttf.c =================================================================== --- ttf.c (revision 35930) +++ ttf.c (revision 35931) @@ -502,7 +502,7 @@ ttfgui_ctx_t *ctx = caller_data; rnd_hid_attr_val_t hv; - fn = rnd_gui->fileselect(rnd_gui, "Import ttf file", "Select a ttf file (or other font file that libfreetype can load) for importing glyphs from", + fn = rnd_hid_fileselect(rnd_gui, "Import ttf file", "Select a ttf file (or other font file that libfreetype can load) for importing glyphs from", NULL, "ttf", NULL, "import_ttf", RND_HID_FSD_READ, NULL); if (fn == NULL)