summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/gui.c')
-rw-r--r--amiga/gui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 4eb2c47ce..6744d997d 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -3016,7 +3016,7 @@ static void gui_quit(void)
ami_free_layers(&browserglob);
- ami_close_fonts();
+ ami_font_fini();
ami_help_free();
LOG("Closing screen");
@@ -5633,7 +5633,7 @@ int main(int argc, char** argv)
ami_clipboard_init();
ami_openurl_open();
ami_amiupdate(); /* set env-vars for AmiUpdate */
- ami_init_fonts();
+ ami_font_init();
save_complete_init();
ami_theme_init();
ami_init_mouse_pointers();