From 8097cb2958d27352142d80a3cda8f115531db4cb Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 21 Jun 2009 13:32:50 +0000 Subject: General tab done, I've tried to keep the layout broadly similar to the GTK version with some minor changes, removed options etc. Other than save/use/cancel the buttons don't do anything yet. svn path=/trunk/netsurf/; revision=7905 --- amiga/gui_options.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'amiga/gui_options.h') diff --git a/amiga/gui_options.h b/amiga/gui_options.h index 0ac9b07e0..9395da464 100755 --- a/amiga/gui_options.h +++ b/amiga/gui_options.h @@ -26,6 +26,16 @@ enum { GID_OPTS_MAIN=0, + GID_OPTS_HOMEPAGE, + GID_OPTS_HOMEPAGE_DEFAULT, + GID_OPTS_HOMEPAGE_CURRENT, + GID_OPTS_HIDEADS, + GID_OPTS_CONTENTLANG, + GID_OPTS_FROMLOCALE, + GID_OPTS_REFERRAL, + GID_OPTS_FASTSCROLL, + GID_OPTS_SAVE, + GID_OPTS_USE, GID_OPTS_CANCEL, GID_OPTS_LAST }; -- cgit v1.2.3