summaryrefslogtreecommitdiff
path: root/amiga/menu.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-12-13 23:23:24 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-12-13 23:23:24 +0000
commit95575276b564ad9d97839af4982b076f3fc6d07a (patch)
tree02ef9812b36f0484111eb3c9ec4bcee31b18cfbd /amiga/menu.h
parent1692db74e2eb281bda77763bb71597abe8a4eddf (diff)
downloadnetsurf-95575276b564ad9d97839af4982b076f3fc6d07a.tar.gz
netsurf-95575276b564ad9d97839af4982b076f3fc6d07a.tar.bz2
More changes for search function.
Open local file requester now has a hook which filters out files with MIME types that NetSurf does not recognise. svn path=/trunk/netsurf/; revision=5907
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 da0f80596..528c0461d 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 34 + AMI_HOTLIST_ITEMS
+#define AMI_MENU_MAX 39 + AMI_HOTLIST_ITEMS
/* Where the hotlist entries start */
-#define AMI_MENU_HOTLIST 28
+#define AMI_MENU_HOTLIST 33
/* Where the hotlist entries end */
#define AMI_MENU_HOTLIST_MAX AMI_MENU_HOTLIST+AMI_HOTLIST_ITEMS