summaryrefslogtreecommitdiff
path: root/amiga/menu.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-09-28 13:55:40 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-09-28 13:55:40 +0000
commitbc22f2e7d4cd4089fc689c85eb4e12faa17c6cdf (patch)
treeb225f3d9fecf90291d8d9601f2d91dfa37ecb652 /amiga/menu.h
parent9c36d71ab89c8768dfe05cbf91f453282fc8baf9 (diff)
downloadnetsurf-bc22f2e7d4cd4089fc689c85eb4e12faa17c6cdf.tar.gz
netsurf-bc22f2e7d4cd4089fc689c85eb4e12faa17c6cdf.tar.bz2
Treeview window event handling (currently just double-clicking hotlist items and
closing the window) svn path=/trunk/netsurf/; revision=5453
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 db7d3054c..59edbe66a 100755
--- a/amiga/menu.h
+++ b/amiga/menu.h
@@ -20,7 +20,7 @@
#define AMIGA_MENU_H
#include <exec/types.h>
-#define AMI_MENU_MAX 19
+#define AMI_MENU_MAX 20
char *menulab[AMI_MENU_MAX+1];
struct NewMenu *ami_create_menu(ULONG type);