From 9c77c6d76e25394517d371e070d13b54ab7858d8 Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Thu, 8 Nov 2012 14:54:19 +0100 Subject: Making hyphen penalties configurable. --- src/plain.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plain.cc') diff --git a/src/plain.cc b/src/plain.cc index 4da618e4..b29bf226 100644 --- a/src/plain.cc +++ b/src/plain.cc @@ -90,7 +90,7 @@ DilloPlain::DilloPlain(BrowserWindow *p_bw) /* Init internal variables */ bw = p_bw; - dw = new Textblock (prefs.limit_text_width); + dw = new Textblock (prefs.limit_text_width, prefs.penalty_hyphen); Start_Ofs = 0; state = ST_SeekingEol; -- cgit v1.2.3