From 71d8a60f81dc7d957f6fbc38ff9fd14b927a755d Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 27 Jun 2009 23:04:52 +0000 Subject: Set new installs to start on the Workbench screen, this can be changed from the GUI now and is a bit friendlier than being prompted for a screenmode on first launch. svn path=/trunk/netsurf/; revision=8079 --- amiga/dist/Install | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'amiga/dist') diff --git a/amiga/dist/Install b/amiga/dist/Install index db9f18c90..7aa9eaa2a 100755 --- a/amiga/dist/Install +++ b/amiga/dist/Install @@ -283,20 +283,6 @@ (set #theme "Resources/Themes/Default") (set #theme "Resources/Themes/AISS") ) - - (set #screen - (askchoice - (prompt "Please select whether to start NetSurf on a new screen or on Workbench") - (help @askchoice-help) - (choices "Own screen" "Workbench") - (default 0) - ) - ) - - (select #screen - (set #pubscreen "") - (set #pubscreen "Workbench") - ) ) ) @@ -383,7 +369,7 @@ (help @textfile-help) (dest (tackon @default-dest "Resources/Options")) (append "theme:" #theme "\n") - (append "use_pubscreen:" #pubscreen "\n") + (append "use_pubscreen:Workbench\n") ) ) ) -- cgit v1.2.3