From d63e9fac4f9ccc7f0646af30a2b92a07fe45b87a Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sun, 16 Jan 2005 21:04:00 +0000 Subject: [project @ 2005-01-16 21:04:00 by bursa] Rename themeinstall template to avoid issues with 12-character names in some Wimp versions. svn path=/import/netsurf/; revision=1454 --- riscos/theme_install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos') diff --git a/riscos/theme_install.c b/riscos/theme_install.c index cdf9c0c6a..75991f47f 100644 --- a/riscos/theme_install.c +++ b/riscos/theme_install.c @@ -107,5 +107,5 @@ void theme_install_callback(content_msg msg, struct content *c, void ro_gui_theme_install_init(void) { - dialog_theme_install = ro_gui_dialog_create("themeinstall"); + dialog_theme_install = ro_gui_dialog_create("theme_inst"); } -- cgit v1.2.3