From 040da4cf7b5cdef29ee7811cd9250cade778036e Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 20 Jun 2009 22:29:43 +0000 Subject: Amiga Options GUI template code and a bonus "redraw" option in the menu svn path=/trunk/netsurf/; revision=7900 --- amiga/menu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'amiga/menu.h') 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 -- cgit v1.2.3