From db2b05cfae00173c8dcff0c05e53eed9ace47911 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 1 Aug 2004 23:58:26 +0000 Subject: [project @ 2004-08-01 23:58:26 by jmb] Allow dragging in of CSS files svn path=/import/netsurf/; revision=1176 --- riscos/gui.c | 1 + 1 file changed, 1 insertion(+) diff --git a/riscos/gui.c b/riscos/gui.c index 858a0ccf7..44e76ed4e 100644 --- a/riscos/gui.c +++ b/riscos/gui.c @@ -1024,6 +1024,7 @@ void ro_msg_dataload(wimp_message *message) url = ro_gui_url_file_parse(message->data.data_xfer.file_name); else if (file_type == 0xfaf || file_type == 0xf78 || + file_type == 0xf79 || file_type == 0xf83 || file_type == 0x695 || file_type == 0xaff || -- cgit v1.2.3