mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 23:39:51 +03:00
Fix indirected text size for theme author.
svn path=/trunk/netsurf/; revision=10766
This commit is contained in:
parent
a359fb13fa
commit
cd1afc2063
@ -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 <<
|
||||
|
Loading…
Reference in New Issue
Block a user