From 06d0f2d2869422824b47d7fc2bd38057a9c3c4dc Mon Sep 17 00:00:00 2001 From: Chris Young Date: Wed, 24 Jun 2009 21:58:11 +0000 Subject: Fix the disappearing radio buttons. I don't know why this suddenly stopped working. svn path=/trunk/netsurf/; revision=7953 --- amiga/gui_options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga') diff --git a/amiga/gui_options.c b/amiga/gui_options.c index 040400411..932ea9890 100755 --- a/amiga/gui_options.c +++ b/amiga/gui_options.c @@ -60,7 +60,7 @@ static struct ami_gui_opts_window *gow = NULL; CONST_STRPTR tabs[9]; -CONST_STRPTR screenopts[4]; +static STRPTR screenopts[4]; CONST_STRPTR proxyopts[5]; CONST_STRPTR nativebmopts[3]; CONST_STRPTR fontopts[6]; -- cgit v1.2.3