summaryrefslogtreecommitdiff
path: root/riscos/dialog.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-06-21 15:27:56 +0000
committerJames Bursa <james@netsurf-browser.org>2004-06-21 15:27:56 +0000
commit86206259fefbf86c611a5eddc8e095ae56d00e05 (patch)
treeda434a43e6d40fd63a24587653f65154b496b9b0 /riscos/dialog.c
parented8bde561c20de8e639a7b193ecc7d595c07e763 (diff)
downloadnetsurf-86206259fefbf86c611a5eddc8e095ae56d00e05.tar.gz
netsurf-86206259fefbf86c611a5eddc8e095ae56d00e05.tar.bz2
[project @ 2004-06-21 15:25:35 by bursa]
Remove obsolete files and some dead code. svn path=/import/netsurf/; revision=988
Diffstat (limited to 'riscos/dialog.c')
-rw-r--r--riscos/dialog.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/riscos/dialog.c b/riscos/dialog.c
index 74af5d21c..ff531a305 100644
--- a/riscos/dialog.c
+++ b/riscos/dialog.c
@@ -18,7 +18,6 @@
#include "oslib/wimp.h"
#include "netsurf/utils/config.h"
#include "netsurf/desktop/netsurf.h"
-#include "netsurf/riscos/constdata.h"
#include "netsurf/riscos/gui.h"
#include "netsurf/riscos/options.h"
#include "netsurf/riscos/theme.h"
@@ -440,7 +439,9 @@ void ro_gui_dialog_click_config_th(wimp_pointer *pointer)
os_cli("Filer_OpenDir " THEMES_DIR);
break;
case ICON_CONFIG_TH_GET:
- browser_window_create(THEMES_URL, NULL);
+ browser_window_create(
+ "http://netsurf.sourceforge.net/themes/",
+ NULL);
break;
}
}