summaryrefslogtreecommitdiff
path: root/amiga/menu.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-10-05 13:17:18 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-10-05 13:17:18 +0000
commitec72e05bdc268bf8e5967ca0856ae0c1d5c95666 (patch)
treee3f95474f492a5535bd3478ef45c9b9920fe410e /amiga/menu.h
parentbd94b1242239bce989c254071a31d38398365831 (diff)
downloadnetsurf-ec72e05bdc268bf8e5967ca0856ae0c1d5c95666.tar.gz
netsurf-ec72e05bdc268bf8e5967ca0856ae0c1d5c95666.tar.bz2
AmigaOS tabs implementation.
Two new strings: NewTab, CloseTab Two new options: always_open_tabs indicates to open tabs instead of windows by default new_tab_is_active makes any new tab the current one (default is to open tabs in background) svn path=/trunk/netsurf/; revision=5483
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 ead20791c..af05e4a90 100755
--- a/amiga/menu.h
+++ b/amiga/menu.h
@@ -21,7 +21,7 @@
#include <exec/types.h>
#include "amiga/gui.h"
-#define AMI_MENU_MAX 20
+#define AMI_MENU_MAX 21
char *menulab[AMI_MENU_MAX+1];
struct NewMenu *ami_create_menu(ULONG type);