summaryrefslogtreecommitdiff
path: root/amiga/menu.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-11-08 23:08:55 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-11-08 23:08:55 +0000
commit834eb20101ae4c09875c2f218b4fd9baa0e588e1 (patch)
tree04b35ad722f48e10226fe30e8a4020a3f26a9bab /amiga/menu.h
parent66a759e2a1c50d8ac8757a33c7b860d7a89517a8 (diff)
downloadnetsurf-834eb20101ae4c09875c2f218b4fd9baa0e588e1.tar.gz
netsurf-834eb20101ae4c09875c2f218b4fd9baa0e588e1.tar.bz2
AmigaOS implementation of complete page save.
svn path=/trunk/netsurf/; revision=5653
Diffstat (limited to 'amiga/menu.h')
-rwxr-xr-xamiga/menu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/amiga/menu.h b/amiga/menu.h
index d475a3f09..cc666b5f1 100755
--- a/amiga/menu.h
+++ b/amiga/menu.h
@@ -28,10 +28,10 @@
/* Maximum number of menu items - first value is number of static items
* (ie. everything not intially defined as NM_IGNORE) */
-#define AMI_MENU_MAX 31 + AMI_HOTLIST_ITEMS
+#define AMI_MENU_MAX 32 + AMI_HOTLIST_ITEMS
/* Where the hotlist entries start */
-#define AMI_MENU_HOTLIST 25
+#define AMI_MENU_HOTLIST 26
/* Where the hotlist entries end */
#define AMI_MENU_HOTLIST_MAX AMI_MENU_HOTLIST+AMI_HOTLIST_ITEMS