summaryrefslogtreecommitdiff
path: root/frontends/amiga/dist/NetSurf.guide
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2017-01-15 20:17:07 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2017-01-15 20:17:07 +0000
commit53ce28c170ac5264405a7a12a718cf57a382518d (patch)
tree381002fe10b0a6f4fca07b75716ab9508de8403c /frontends/amiga/dist/NetSurf.guide
parent7dab7cb43d4091648ceb40684ff70aff7091c648 (diff)
parentd871be3ea00ef74ab28b936526768bbf121e3eb0 (diff)
downloadnetsurf-53ce28c170ac5264405a7a12a718cf57a382518d.tar.gz
netsurf-53ce28c170ac5264405a7a12a718cf57a382518d.tar.bz2
Merge branch 'chris/menuclass'
Use menuclass to create menus when available. This gives certain advantages, including being able to add more than one level of sub-menu to the hotlist menu It also makes it easier to update and synchronise menu changes across our windows.
Diffstat (limited to 'frontends/amiga/dist/NetSurf.guide')
-rwxr-xr-xfrontends/amiga/dist/NetSurf.guide4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/amiga/dist/NetSurf.guide b/frontends/amiga/dist/NetSurf.guide
index 754cdbeb9..512a264e6 100755
--- a/frontends/amiga/dist/NetSurf.guide
+++ b/frontends/amiga/dist/NetSurf.guide
@@ -285,11 +285,11 @@ Items from the hotlist can be added to the Hotlist menu as follows:
Select Hotlist => Show hotlist...
-Items in the "Hotlist menu" folder node, up to a maximum (currently) of 40 items, will be added to the Hotlist menu, within the limits of the Intuition menu system.
+Items in the "Hotlist menu" folder node, up to a maximum (currently) of 200 items, will be added to the Hotlist menu, within the limits of the Intuition menu system.
Items in folders within the Menu folder node will be converted to subitems in the menu.
-Folders more than one level down in the heirarchy will become menu items with no action. Items deeper will not be included in the menu at all (until we switch to using menuclass).
+When using a version of AmigaOS older than OS4.1FE, folders more than one level down in the heirarchy will become menu items with no action. Items deeper will not be included in the menu at all.
Folders with no items in them will show up disabled in the menu. If they are named "--" they will be displayed as separator bars.