From f7c30212222a6c78563971abac9645bb4de44c29 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 11 Oct 2005 15:00:55 +0000 Subject: [project @ 2005-10-11 15:00:55 by tlsa] Fix ASprites loading. svn path=/import/netsurf/; revision=1871 --- !NetSurf/!Boot,feb | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to '!NetSurf/!Boot,feb') diff --git a/!NetSurf/!Boot,feb b/!NetSurf/!Boot,feb index 578af5c6f..b0e794338 100644 --- a/!NetSurf/!Boot,feb +++ b/!NetSurf/!Boot,feb @@ -1,4 +1,4 @@ -| Boot file for NetSurf. ( $Revision: 1.10 $ ) +| Boot file for NetSurf. ( $Revision: 1.11 $ ) | | This file sets up various system variables which NetSurf may use. | Additionally, it places the NetSurf application sprites into the Wimp @@ -41,11 +41,14 @@ Set NetSurf$Description "Web browser" | NetSurf Sprites | -| The sprite file used is based on the OS version: -| RO < Select 3 uses !Sprites -| RO >= Select 3 uses ASprites -| RO >= 5 uses 5Sprites -If "" < "436" Then IconSprites .!Sprites Else If "" < "500" Then IconSprites .ASprites Else IconSprites .5Sprites +| The sprite file used is based on the OS and SpriteExtend versions: +| RO < 5 and SpriteExtend < 1.50 uses !Sprites +| RO < 5 and SpriteExtend >= 1.50 uses ASprites +| RO >= 5 uses 5Sprites +Set NetSurf$Sprites .ASprites +RMEnsure SpriteExtend 1.50 Set NetSurf$Sprites .!Sprites +If "" < "500" Then IconSprites Else IconSprites .5Sprites +Unset NetSurf$Sprites | Acorn URI protocol | -- cgit v1.2.3