summaryrefslogtreecommitdiff
path: root/amiga/menu.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-06-20 22:29:43 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-06-20 22:29:43 +0000
commit040da4cf7b5cdef29ee7811cd9250cade778036e (patch)
treefdecb34ba4858112417b85cfee1a054299b06f31 /amiga/menu.h
parent6dd385591dcda09a4b2a4fe34d812a2c33e9db02 (diff)
downloadnetsurf-040da4cf7b5cdef29ee7811cd9250cade778036e.tar.gz
netsurf-040da4cf7b5cdef29ee7811cd9250cade778036e.tar.bz2
Amiga Options GUI template code and a bonus "redraw" option in the menu
svn path=/trunk/netsurf/; revision=7900
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 922791c69..6a3f93212 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 40 + AMI_HOTLIST_ITEMS
+#define AMI_MENU_MAX 44 + AMI_HOTLIST_ITEMS
/* Where the hotlist entries start */
-#define AMI_MENU_HOTLIST 34
+#define AMI_MENU_HOTLIST 36
/* Where the hotlist entries end */
#define AMI_MENU_HOTLIST_MAX AMI_MENU_HOTLIST+AMI_HOTLIST_ITEMS