diff options
author | jcid <devnull@localhost> | 2008-01-02 16:19:06 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-01-02 16:19:06 +0100 |
commit | 4ad35872f842b54c955abeda970bd11c5f7bbd11 (patch) | |
tree | 20297eaff5d6a0b9486a52e8d34cfbdd20e3e36e /src/plain.cc | |
parent | b18814008a610f87de33c4f4394f4c4cb5f566a2 (diff) |
Enabled limit_text_width in preferences.
Diffstat (limited to 'src/plain.cc')
-rw-r--r-- | src/plain.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plain.cc b/src/plain.cc index 79a7bf98..19ecdd3a 100644 --- a/src/plain.cc +++ b/src/plain.cc @@ -94,7 +94,7 @@ DilloPlain::DilloPlain(BrowserWindow *p_bw, const DilloUrl *p_url) /* Init internal variables */ bw = p_bw; url = a_Url_dup(p_url); - dw = new Textblock (false); + dw = new Textblock (prefs.limit_text_width); Start_Ofs = 0; state = ST_SeekingEol; |