summaryrefslogtreecommitdiff
path: root/amiga/menu.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-11-15 15:28:17 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-11-15 15:28:17 +0000
commitd6874d05b1800f3f68cf109fb7818b68b59c213c (patch)
tree9613760ce98d167c8decce6e647a4339d734df81 /amiga/menu.h
parentda2a89e43691d680563a44728688dc4e6b126e7f (diff)
downloadnetsurf-d6874d05b1800f3f68cf109fb7818b68b59c213c.tar.gz
netsurf-d6874d05b1800f3f68cf109fb7818b68b59c213c.tar.bz2
Allow opening of local files from anywhere, not just the parent of the current dir.
svn path=/trunk/netsurf/; revision=5695
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 cc666b5f1..da0f80596 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 32 + AMI_HOTLIST_ITEMS
+#define AMI_MENU_MAX 34 + AMI_HOTLIST_ITEMS
/* Where the hotlist entries start */
-#define AMI_MENU_HOTLIST 26
+#define AMI_MENU_HOTLIST 28
/* Where the hotlist entries end */
#define AMI_MENU_HOTLIST_MAX AMI_MENU_HOTLIST+AMI_HOTLIST_ITEMS