summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-06-24 21:58:11 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-06-24 21:58:11 +0000
commit06d0f2d2869422824b47d7fc2bd38057a9c3c4dc (patch)
treed42c6f0f50a0e83570fbb2b9ce150f05ce969ead /amiga
parentcd6203b6fdcf9c532883319c20918df076ae5fa8 (diff)
downloadnetsurf-06d0f2d2869422824b47d7fc2bd38057a9c3c4dc.tar.gz
netsurf-06d0f2d2869422824b47d7fc2bd38057a9c3c4dc.tar.bz2
Fix the disappearing radio buttons. I don't know why this suddenly stopped working.
svn path=/trunk/netsurf/; revision=7953
Diffstat (limited to 'amiga')
-rwxr-xr-xamiga/gui_options.c2
1 files changed, 1 insertions, 1 deletions
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];