summaryrefslogtreecommitdiff
path: root/amiga/gui_options.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-06-25 18:14:47 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-06-25 18:14:47 +0000
commitb23aeb5059632a1157d4b754d1e5e83ae70d8cb0 (patch)
treeb289daef3eed6648cc38a7978c56a33f361ce873 /amiga/gui_options.h
parent06d0f2d2869422824b47d7fc2bd38057a9c3c4dc (diff)
downloadnetsurf-b23aeb5059632a1157d4b754d1e5e83ae70d8cb0.tar.gz
netsurf-b23aeb5059632a1157d4b754d1e5e83ae70d8cb0.tar.bz2
Cache tab done, missing history option added to the General tab.
svn path=/trunk/netsurf/; revision=7984
Diffstat (limited to 'amiga/gui_options.h')
-rwxr-xr-xamiga/gui_options.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/amiga/gui_options.h b/amiga/gui_options.h
index 8de04fa3d..53e85f3db 100755
--- a/amiga/gui_options.h
+++ b/amiga/gui_options.h
@@ -32,6 +32,7 @@ enum
GID_OPTS_HIDEADS,
GID_OPTS_CONTENTLANG,
GID_OPTS_FROMLOCALE,
+ GID_OPTS_HISTORY,
GID_OPTS_REFERRAL,
GID_OPTS_FASTSCROLL,
GID_OPTS_SCREEN,
@@ -60,6 +61,8 @@ enum
GID_OPTS_FONT_DEFAULT,
GID_OPTS_FONT_SIZE,
GID_OPTS_FONT_MINSIZE,
+ GID_OPTS_CACHE_MEM,
+ GID_OPTS_CACHE_DISC,
GID_OPTS_SAVE,
GID_OPTS_USE,
GID_OPTS_CANCEL,