From ba23e4b69341e5f3f2dbcd824663e75ebe2a581f Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 27 Nov 2006 15:35:18 +0000 Subject: Update project URL. svn path=/trunk/netsurf/; revision=3073 --- riscos/configure/con_cache.c | 4 ++-- riscos/configure/con_connect.c | 2 +- riscos/configure/con_content.c | 10 +++++----- riscos/configure/con_fonts.c | 2 +- riscos/configure/con_home.c | 4 ++-- riscos/configure/con_image.c | 8 ++++---- riscos/configure/con_inter.c | 2 +- riscos/configure/con_language.c | 2 +- riscos/configure/con_memory.c | 2 +- riscos/configure/con_secure.c | 4 ++-- riscos/configure/con_theme.c | 10 +++++----- riscos/configure/configure.h | 2 +- 12 files changed, 26 insertions(+), 26 deletions(-) (limited to 'riscos/configure') diff --git a/riscos/configure/con_cache.c b/riscos/configure/con_cache.c index a21b54fbf..1835ea607 100644 --- a/riscos/configure/con_cache.c +++ b/riscos/configure/con_cache.c @@ -1,5 +1,5 @@ /* - * This file is part of NetSurf, http://netsurf.sourceforge.net/ + * This file is part of NetSurf, http://netsurf-browser.org/ * Licensed under the GNU General Public License, * http://www.opensource.org/licenses/gpl-license * Copyright 2005 Richard Wilson @@ -35,7 +35,7 @@ static bool ro_gui_options_cache_ok(wimp_w w); bool ro_gui_options_cache_initialise(wimp_w w) { /* set the current values */ - ro_gui_set_icon_decimal(w, CACHE_MEMORY_SIZE, + ro_gui_set_icon_decimal(w, CACHE_MEMORY_SIZE, (option_memory_cache_size * 10) >> 20, 1); ro_gui_set_icon_decimal(w, CACHE_DURATION_SIZE, option_disc_cache_age, 0); diff --git a/riscos/configure/con_connect.c b/riscos/configure/con_connect.c index 97356aa6c..42dac5f72 100644 --- a/riscos/configure/con_connect.c +++ b/riscos/configure/con_connect.c @@ -1,5 +1,5 @@ /* - * This file is part of NetSurf, http://netsurf.sourceforge.net/ + * This file is part of NetSurf, http://netsurf-browser.org/ * Licensed under the GNU General Public License, * http://www.opensource.org/licenses/gpl-license * Copyright 2006 Richard Wilson diff --git a/riscos/configure/con_content.c b/riscos/configure/con_content.c index 7ad1dd0f5..6e762eeb0 100644 --- a/riscos/configure/con_content.c +++ b/riscos/configure/con_content.c @@ -1,5 +1,5 @@ /* - * This file is part of NetSurf, http://netsurf.sourceforge.net/ + * This file is part of NetSurf, http://netsurf-browser.org/ * Licensed under the GNU General Public License, * http://www.opensource.org/licenses/gpl-license * Copyright 2006 Richard Wilson @@ -30,13 +30,13 @@ static bool ro_gui_options_content_ok(wimp_w w); bool ro_gui_options_content_initialise(wimp_w w) { /* set the current values */ - ro_gui_set_icon_selected_state(w, CONTENT_BLOCK_ADVERTISEMENTS, + ro_gui_set_icon_selected_state(w, CONTENT_BLOCK_ADVERTISEMENTS, option_block_ads); - ro_gui_set_icon_selected_state(w, CONTENT_BLOCK_POPUPS, + ro_gui_set_icon_selected_state(w, CONTENT_BLOCK_POPUPS, option_block_popups); - ro_gui_set_icon_selected_state(w, CONTENT_NO_PLUGINS, + ro_gui_set_icon_selected_state(w, CONTENT_NO_PLUGINS, option_no_plugins); - ro_gui_set_icon_selected_state(w, CONTENT_TARGET_BLANK, + ro_gui_set_icon_selected_state(w, CONTENT_TARGET_BLANK, option_target_blank); /* initialise all functions for a newly created window */ diff --git a/riscos/configure/con_fonts.c b/riscos/configure/con_fonts.c index 2c967107b..4fa26f7be 100644 --- a/riscos/configure/con_fonts.c +++ b/riscos/configure/con_fonts.c @@ -1,5 +1,5 @@ /* - * This file is part of NetSurf, http://netsurf.sourceforge.net/ + * This file is part of NetSurf, http://netsurf-browser.org/ * Licensed under the GNU General Public License, * http://www.opensource.org/licenses/gpl-license * Copyright 2005 Richard Wilson diff --git a/riscos/configure/con_home.c b/riscos/configure/con_home.c index c98608730..26d104ebf 100644 --- a/riscos/configure/con_home.c +++ b/riscos/configure/con_home.c @@ -1,5 +1,5 @@ /* - * This file is part of NetSurf, http://netsurf.sourceforge.net/ + * This file is part of NetSurf, http://netsurf-browser.org/ * Licensed under the GNU General Public License, * http://www.opensource.org/licenses/gpl-license * Copyright 2005 Richard Wilson @@ -34,7 +34,7 @@ bool ro_gui_options_home_initialise(wimp_w w) { /* set the current values */ ro_gui_set_icon_string(w, HOME_URL_FIELD, option_homepage_url ? option_homepage_url : ""); - ro_gui_set_icon_selected_state(w, HOME_OPEN_STARTUP, + ro_gui_set_icon_selected_state(w, HOME_OPEN_STARTUP, option_open_browser_at_startup); global_history_get_recent(&suggestions); ro_gui_set_icon_shaded_state(w, diff --git a/riscos/configure/con_image.c b/riscos/configure/con_image.c index 09dee68d4..3d67fc1f4 100644 --- a/riscos/configure/con_image.c +++ b/riscos/configure/con_image.c @@ -1,5 +1,5 @@ /* - * This file is part of NetSurf, http://netsurf.sourceforge.net/ + * This file is part of NetSurf, http://netsurf-browser.org/ * Licensed under the GNU General Public License, * http://www.opensource.org/licenses/gpl-license * Copyright 2006 Richard Wilson @@ -134,7 +134,7 @@ void ro_gui_options_image_redraw(wimp_draw *redraw) { warn_user("MenuError", error->errmess); return; } - + /* find the sprites */ if (example_images) { ro_gui_options_image_read(redraw->w, &bg_tinct, &fg_tinct); @@ -165,7 +165,7 @@ void ro_gui_options_image_redraw(wimp_draw *redraw) { void ro_gui_options_image_read(wimp_w w, unsigned int *bg, unsigned int *fg) { char *text; int i; - + text = ro_gui_get_icon_string(w, IMAGE_FOREGROUND_FIELD); for (i = 0; (i < 4); i++) if (!strcmp(text, image_quality_menu->entries[i]. @@ -180,7 +180,7 @@ void ro_gui_options_image_read(wimp_w w, unsigned int *bg, unsigned int *fg) { bool ro_gui_options_image_click(wimp_pointer *pointer) { unsigned int old_fg, old_bg, bg, fg; - + ro_gui_options_image_read(pointer->w, &old_bg, &old_fg); switch (pointer->i) { case IMAGE_DEFAULT_BUTTON: diff --git a/riscos/configure/con_inter.c b/riscos/configure/con_inter.c index 84d48bb85..a649270a5 100644 --- a/riscos/configure/con_inter.c +++ b/riscos/configure/con_inter.c @@ -1,5 +1,5 @@ /* - * This file is part of NetSurf, http://netsurf.sourceforge.net/ + * This file is part of NetSurf, http://netsurf-browser.org/ * Licensed under the GNU General Public License, * http://www.opensource.org/licenses/gpl-license * Copyright 2006 Adrian Lees diff --git a/riscos/configure/con_language.c b/riscos/configure/con_language.c index 07b7422da..637f84ac9 100644 --- a/riscos/configure/con_language.c +++ b/riscos/configure/con_language.c @@ -1,5 +1,5 @@ /* - * This file is part of NetSurf, http://netsurf.sourceforge.net/ + * This file is part of NetSurf, http://netsurf-browser.org/ * Licensed under the GNU General Public License, * http://www.opensource.org/licenses/gpl-license * Copyright 2004 John M Bell diff --git a/riscos/configure/con_memory.c b/riscos/configure/con_memory.c index 971c06be4..c5c7466e1 100644 --- a/riscos/configure/con_memory.c +++ b/riscos/configure/con_memory.c @@ -1,5 +1,5 @@ /* - * This file is part of NetSurf, http://netsurf.sourceforge.net/ + * This file is part of NetSurf, http://netsurf-browser.org/ * Licensed under the GNU General Public License, * http://www.opensource.org/licenses/gpl-license * Copyright 2006 Richard Wilson diff --git a/riscos/configure/con_secure.c b/riscos/configure/con_secure.c index c4b9ddf91..2b16f3116 100644 --- a/riscos/configure/con_secure.c +++ b/riscos/configure/con_secure.c @@ -1,5 +1,5 @@ /* - * This file is part of NetSurf, http://netsurf.sourceforge.net/ + * This file is part of NetSurf, http://netsurf-browser.org/ * Licensed under the GNU General Public License, * http://www.opensource.org/licenses/gpl-license * Copyright 2006 Richard Wilson @@ -31,7 +31,7 @@ static bool ro_gui_options_security_ok(wimp_w w); bool ro_gui_options_security_initialise(wimp_w w) { /* set the current values */ - ro_gui_set_icon_selected_state(w, SECURITY_REFERRER, + ro_gui_set_icon_selected_state(w, SECURITY_REFERRER, option_send_referer); ro_gui_set_icon_integer(w, SECURITY_DURATION_FIELD, option_expire_url); diff --git a/riscos/configure/con_theme.c b/riscos/configure/con_theme.c index 33e7b9761..de0a10583 100644 --- a/riscos/configure/con_theme.c +++ b/riscos/configure/con_theme.c @@ -1,5 +1,5 @@ /* - * This file is part of NetSurf, http://netsurf.sourceforge.net/ + * This file is part of NetSurf, http://netsurf-browser.org/ * Licensed under the GNU General Public License, * http://www.opensource.org/licenses/gpl-license * Copyright 2006 Richard Wilson @@ -152,7 +152,7 @@ bool ro_gui_options_theme_initialise(wimp_w w) { ro_gui_options_theme_ok); ro_gui_wimp_event_set_help_prefix(w, "HelpThemeConfig"); ro_gui_wimp_event_memorise(w); - + return true; } @@ -184,7 +184,7 @@ bool ro_gui_options_theme_ok(wimp_w w) { break; } } - + /* set the options */ if (option_theme) free(option_theme); @@ -194,7 +194,7 @@ bool ro_gui_options_theme_ok(wimp_w w) { } else option_theme = NULL; ro_gui_save_options(); - + /* store the pane status */ ro_gui_wimp_event_memorise(theme_pane); return true; @@ -370,7 +370,7 @@ void ro_gui_options_theme_load(void) { *radio_set = -1; ro_gui_wimp_event_register_radio(theme_pane, radio_icons); - /* update our display */ + /* update our display */ xwimp_force_redraw(theme_pane, 0, -16384, 16384, 16384); } diff --git a/riscos/configure/configure.h b/riscos/configure/configure.h index a48020042..972ac6662 100644 --- a/riscos/configure/configure.h +++ b/riscos/configure/configure.h @@ -1,5 +1,5 @@ /* - * This file is part of NetSurf, http://netsurf.sourceforge.net/ + * This file is part of NetSurf, http://netsurf-browser.org/ * Licensed under the GNU General Public License, * http://www.opensource.org/licenses/gpl-license * Copyright 2005 Richard Wilson -- cgit v1.2.3