summaryrefslogtreecommitdiff
path: root/amiga/menu.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-10-07 22:38:27 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-10-07 22:38:27 +0000
commit409b3ef879729d80614098126a6808d9d5b46754 (patch)
tree051d184f2de75d4bd6db07c4795102504fc04e30 /amiga/menu.h
parent229b853ba4b4eae3f8a094c3614b67eccc602886 (diff)
downloadnetsurf-409b3ef879729d80614098126a6808d9d5b46754.tar.gz
netsurf-409b3ef879729d80614098126a6808d9d5b46754.tar.bz2
Fix menu shortcuts
svn path=/trunk/netsurf/; revision=10870
Diffstat (limited to 'amiga/menu.h')
-rwxr-xr-xamiga/menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/menu.h b/amiga/menu.h
index 5a739d616..e4645e205 100755
--- a/amiga/menu.h
+++ b/amiga/menu.h
@@ -30,7 +30,7 @@
/* Maximum number of menu items - first value is number of static items
* (ie. everything not intially defined as NM_IGNORE) */
-#define AMI_MENU_MAX 51 + AMI_HOTLIST_ITEMS
+#define AMI_MENU_MAX 52 + AMI_HOTLIST_ITEMS
/* Where the hotlist entries start */
#define AMI_MENU_HOTLIST 43