[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
This commit is contained in:
James Bursa 2005-01-16 21:04:00 +00:00
parent 9905ab9818
commit d63e9fac4f
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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");
}