From d66f9c2fbd371c44239c3de84b1207cdf85e8b5f Mon Sep 17 00:00:00 2001 From: Adrian Lees Date: Thu, 1 Sep 2005 03:30:16 +0000 Subject: [project @ 2005-09-01 03:30:16 by adrianl] Add IconSprites command to output 'app' svn path=/import/netsurf/; revision=1859 --- riscos/save.c | 1 + 1 file changed, 1 insertion(+) 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 .!Sprites\n"); fprintf(fp, "Filer_Run .index\n"); fclose(fp); error = xosfile_set_type(buf, 0xfeb); -- cgit v1.2.3