summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
Diffstat (limited to 'riscos')
-rw-r--r--riscos/gui.c2
-rw-r--r--riscos/theme.c4
2 files changed, 3 insertions, 3 deletions
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/*,
+ { } */
};