From cbd3c31120b3926977a33d2abc46f3462d0617b0 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Wed, 28 Mar 2012 22:21:37 +0000 Subject: Update with new path svn path=/trunk/netsurf/; revision=13769 --- amiga/dist/Install | 6 ++++-- amiga/dist/NetSurf.guide | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'amiga') diff --git a/amiga/dist/Install b/amiga/dist/Install index e34381d1e..ccfa431d1 100755 --- a/amiga/dist/Install +++ b/amiga/dist/Install @@ -363,7 +363,7 @@ (complete 15) -(set #options-exist (exists (tackon @default-dest "Resources/Options"))) +(set #options-exist (exists (tackon @default-dest "Users/Default/Choices"))) (set #searchengines-exist (exists (tackon @default-dest "Resources/SearchEngines"))) (set #aiss-theme "") @@ -518,10 +518,12 @@ ) ) + (makedir (tackon @default-dest "Users/Default")) + (textfile (prompt "Setting default options") (help @textfile-help) - (dest (tackon @default-dest "Resources/Options")) + (dest (tackon @default-dest "Users/Default/Choices")) (append "theme:" #theme "\n") (append "use_pubscreen:Workbench\n") ) diff --git a/amiga/dist/NetSurf.guide b/amiga/dist/NetSurf.guide index fa0e51be8..e1135f4f0 100755 --- a/amiga/dist/NetSurf.guide +++ b/amiga/dist/NetSurf.guide @@ -35,7 +35,7 @@ Note that there may be other generic options which can also be specified. @endnode @node options "Options file" -The options file is stored in @{"Resources/Options" link Resources/Options/Main} by default. Most of the settings can be changed from within NetSurf by selecting Edit preferences from the Settings menu. +The options file is stored in @{"Users/Default/Choices" link Users/Default/Choices/Main} by default. Most of the settings can be changed from within NetSurf by selecting Edit preferences from the Settings menu. There are a couple of Amiga-specific options which can only be changed directly in the file. These are: @@ -73,7 +73,7 @@ For most users, installing and selecting @{"Code2000" rxs "address netsurf 'open The default and minimum font sizes can also be set. NB: The resolution setting on the "Rendering" tab in NetSurf's preferences affects how big text appears on screen (the conversion between point and pixel sizes) amongst other things. To find the correct value, divide the number of pixels on the screen vertically by the physical height of the screen in inches (horizontal resolution is calculated automatically if NetSurf is running on a custom screen, square pixels are assumed on all other screens). -If the monitor is widescreen, monitor_aspect_x and monitor_aspect_y values in Resources/Options will also need modifying. +If the monitor is widescreen, monitor_aspect_x and monitor_aspect_y values in Users/Default/Choices will also need modifying. @endnode @node Themes -- cgit v1.2.3