summaryrefslogtreecommitdiff
path: root/riscos/theme_install.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2005-01-16 21:04:00 +0000
committerJames Bursa <james@netsurf-browser.org>2005-01-16 21:04:00 +0000
commitd63e9fac4f9ccc7f0646af30a2b92a07fe45b87a (patch)
tree74de563dfb212023d884bbfa64cea6991e56bf2f /riscos/theme_install.c
parent9905ab981896c068a38d6f19afd74c728db02067 (diff)
downloadnetsurf-d63e9fac4f9ccc7f0646af30a2b92a07fe45b87a.tar.gz
netsurf-d63e9fac4f9ccc7f0646af30a2b92a07fe45b87a.tar.bz2
[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
Diffstat (limited to 'riscos/theme_install.c')
-rw-r--r--riscos/theme_install.c2
1 files changed, 1 insertions, 1 deletions
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");
}