From 409b3ef879729d80614098126a6808d9d5b46754 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Thu, 7 Oct 2010 22:38:27 +0000 Subject: Fix menu shortcuts svn path=/trunk/netsurf/; revision=10870 --- amiga/menu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/menu.h') 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 -- cgit v1.2.3