From 1490b52a6b96b6a69a0c4fe9e0515dc717425128 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 22 Mar 2012 09:34:34 +0000 Subject: NetSurf options rework (a=vince r=daniels,jmb) svn path=/trunk/netsurf/; revision=13548 --- render/textplain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/textplain.c') diff --git a/render/textplain.c b/render/textplain.c index eabc19b20..f397689ee 100644 --- a/render/textplain.c +++ b/render/textplain.c @@ -267,7 +267,7 @@ nserror textplain_create_internal(textplain_content *c, lwc_string *encoding) parserutils_error error; union content_msg_data msg_data; - textplain_style.size = (option_font_size * FONT_SIZE_SCALE) / 10; + textplain_style.size = (nsoption_int(font_size) * FONT_SIZE_SCALE) / 10; utf8_data = talloc_array(c, char, CHUNK); if (utf8_data == NULL) -- cgit v1.2.3