diff options
author | sgeerken <devnull@localhost> | 2012-07-09 22:20:33 +0200 |
---|---|---|
committer | sgeerken <devnull@localhost> | 2012-07-09 22:20:33 +0200 |
commit | 8b1467671cb6c48c7d1abf43c4cbd7ad7b0f5aa3 (patch) | |
tree | b5d6b4294ddf518b54f499e31000d448a56e83c6 | |
parent | a3cf6a760328070a64e9f7c1288d134ce2cad84b (diff) |
Correct (or better) value for HYPHEN_BREAK
-rw-r--r-- | dw/textblock.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh index c45c1830..d883c1c8 100644 --- a/dw/textblock.hh +++ b/dw/textblock.hh @@ -188,8 +188,7 @@ private: protected: enum { - //HYPHEN_BREAK = 1000000 // to be tested and tuned - HYPHEN_BREAK = 0 + HYPHEN_BREAK = 1000000 // to be tested and tuned }; struct Line |