summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Lees <adrian@aemulor.com>2005-09-01 03:30:16 +0000
committerAdrian Lees <adrian@aemulor.com>2005-09-01 03:30:16 +0000
commitd66f9c2fbd371c44239c3de84b1207cdf85e8b5f (patch)
treea5bafd385281972ee3793ba751b90c747f74c548
parent84f43ac3a09f4cd27f285d45a460ec43b14a6f2d (diff)
downloadnetsurf-d66f9c2fbd371c44239c3de84b1207cdf85e8b5f.tar.gz
netsurf-d66f9c2fbd371c44239c3de84b1207cdf85e8b5f.tar.bz2
[project @ 2005-09-01 03:30:16 by adrianl]
Add IconSprites command to output 'app' svn path=/import/netsurf/; revision=1859
-rw-r--r--riscos/save.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscos/save.c b/riscos/save.c
index 3a29c199b..a6b40b7f6 100644
--- a/riscos/save.c
+++ b/riscos/save.c
@@ -746,6 +746,7 @@ bool ro_gui_save_complete(struct content *c, char *path)
warn_user("SaveError", strerror(errno));
return false;
}
+ fprintf(fp, "IconSprites <Obey$Dir>.!Sprites\n");
fprintf(fp, "Filer_Run <Obey$Dir>.index\n");
fclose(fp);
error = xosfile_set_type(buf, 0xfeb);