summaryrefslogtreecommitdiff
path: root/riscos/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/gui.c')
-rw-r--r--riscos/gui.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/riscos/gui.c b/riscos/gui.c
index afd4d97a3..90e73096a 100644
--- a/riscos/gui.c
+++ b/riscos/gui.c
@@ -994,6 +994,8 @@ void ro_msg_dataload(wimp_message *message)
else if (file_type == 0xb28) /* ANT URL file */
url = ro_gui_url_file_parse(message->data.data_xfer.file_name);
else if (file_type == 0xfaf ||
+ file_type == 0xf78 ||
+ file_type == 0xf83 ||
file_type == 0x695 ||
file_type == 0xaff ||
file_type == 0xb60 ||