summaryrefslogtreecommitdiff
path: root/src/plain.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2012-11-08 14:54:19 +0100
committerSebastian Geerken <devnull@localhost>2012-11-08 14:54:19 +0100
commit9c77c6d76e25394517d371e070d13b54ab7858d8 (patch)
tree6dfe12eb0f5722e5f5c424f1ed0396b516ce4de1 /src/plain.cc
parent2f9834507ff751f177c6fa218cc5849107a61aa8 (diff)
Making hyphen penalties configurable.
Diffstat (limited to 'src/plain.cc')
-rw-r--r--src/plain.cc2
1 files changed, 1 insertions, 1 deletions
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;