From 52ac79872ce468918c12bf84c8361fd5f9be52e3 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Tue, 7 Sep 2004 23:14:31 +0000 Subject: [project @ 2004-09-07 23:14:31 by rjw] Norcroft fix and update relating to CVS filename change svn path=/import/netsurf/; revision=1272 --- riscos/gui.c | 2 +- riscos/theme.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'riscos') diff --git a/riscos/gui.c b/riscos/gui.c index 8d4d340a6..0d7d34d5f 100644 --- a/riscos/gui.c +++ b/riscos/gui.c @@ -223,7 +223,7 @@ void gui_init(int argc, char** argv) */ ro_gui_theme_initialise(); descriptor = ro_gui_theme_find(option_theme); - if (!descriptor) descriptor = ro_gui_theme_find("Default"); + if (!descriptor) descriptor = ro_gui_theme_find("NetSurf"); ro_gui_theme_apply(descriptor); /* Open the templates diff --git a/riscos/theme.c b/riscos/theme.c index 34bea778c..8bbc2b68b 100644 --- a/riscos/theme.c +++ b/riscos/theme.c @@ -96,8 +96,8 @@ static wimp_window theme_toolbar_window = { 12, 1, {""}, - 0, - { } + 0/*, + { } */ }; -- cgit v1.2.3