summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-08-01 23:58:26 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-08-01 23:58:26 +0000
commitdb2b05cfae00173c8dcff0c05e53eed9ace47911 (patch)
tree49c1878577f1412d8a4397955c5863242ba47233
parentc8e7fd93e6b0a7782692ac5f83aaf8e0e9d97fcd (diff)
downloadnetsurf-db2b05cfae00173c8dcff0c05e53eed9ace47911.tar.gz
netsurf-db2b05cfae00173c8dcff0c05e53eed9ace47911.tar.bz2
[project @ 2004-08-01 23:58:26 by jmb]
Allow dragging in of CSS files svn path=/import/netsurf/; revision=1176
-rw-r--r--riscos/gui.c1
1 files changed, 1 insertions, 0 deletions
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 ||