[project @ 2004-08-01 23:58:26 by jmb]
Allow dragging in of CSS files svn path=/import/netsurf/; revision=1176
This commit is contained in:
parent
c8e7fd93e6
commit
db2b05cfae
|
@ -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 ||
|
||||
|
|
Loading…
Reference in New Issue