From cd1afc2063cb78f28368cafdbae1dd6ed8b33584 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 13 Sep 2010 00:02:04 +0000 Subject: Fix indirected text size for theme author. svn path=/trunk/netsurf/; revision=10766 --- riscos/configure/con_theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos') diff --git a/riscos/configure/con_theme.c b/riscos/configure/con_theme.c index cd928326e..0954a31e9 100644 --- a/riscos/configure/con_theme.c +++ b/riscos/configure/con_theme.c @@ -342,7 +342,7 @@ void ro_gui_options_theme_load(void) new_icon.icon.data.indirected_text.text = (char *)&link->descriptor->author; new_icon.icon.data.indirected_text.size = - strlen(link->descriptor->filename) + 1; + strlen(link->descriptor->author) + 1; new_icon.icon.data.indirected_text.validation = theme_null_validation; new_icon.icon.flags &= ~(wimp_BUTTON_RADIO << -- cgit v1.2.3