From ec72e05bdc268bf8e5967ca0856ae0c1d5c95666 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 5 Oct 2008 13:17:18 +0000 Subject: 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 --- amiga/menu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/menu.h') 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 #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); -- cgit v1.2.3