From 33f6d42b94d9cf9a6a67e66258e939da166f4c9e Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Fri, 6 Aug 2004 23:45:21 +0000 Subject: [project @ 2004-08-06 23:45:21 by rjw] Scale view window are now persistent. Fix for incorrect buffering option saving. Background images extend to the full window dimensions. svn path=/import/netsurf/; revision=1189 --- riscos/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/options.h') diff --git a/riscos/options.h b/riscos/options.h index a1f767f34..71cd06026 100644 --- a/riscos/options.h +++ b/riscos/options.h @@ -110,7 +110,7 @@ bool option_open_browser_at_startup = false; { "background_images", OPTION_BOOL, &option_background_images }, \ { "background_blending", OPTION_BOOL, &option_background_blending }, \ { "buffer_animations", OPTION_BOOL, &option_buffer_animations }, \ -{ "buffer_everything", OPTION_BOOL, &option_buffer_animations }, \ +{ "buffer_everything", OPTION_BOOL, &option_buffer_everything }, \ { "homepage_url", OPTION_STRING, &option_homepage_url }, \ { "open_browser_at_startup",OPTION_BOOL, &option_open_browser_at_startup } #endif -- cgit v1.2.3