summaryrefslogtreecommitdiff
path: root/riscos/configure/con_theme.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2006-11-27 15:35:18 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2006-11-27 15:35:18 +0000
commitba23e4b69341e5f3f2dbcd824663e75ebe2a581f (patch)
treed93a5298ee620a916237da4d740cede5034a80c1 /riscos/configure/con_theme.c
parent8e530e68ae718f8675e7dcd41528d20e54a0d1bb (diff)
downloadnetsurf-ba23e4b69341e5f3f2dbcd824663e75ebe2a581f.tar.gz
netsurf-ba23e4b69341e5f3f2dbcd824663e75ebe2a581f.tar.bz2
Update project URL.
svn path=/trunk/netsurf/; revision=3073
Diffstat (limited to 'riscos/configure/con_theme.c')
-rw-r--r--riscos/configure/con_theme.c10
1 files changed, 5 insertions, 5 deletions
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 <info@tinct.net>
@@ -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);
}