diff options
author | Sebastian Geerken <devnull@localhost> | 2012-12-06 15:15:25 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2012-12-06 15:15:25 +0100 |
commit | f904aca3461abba7c27be878e9eb04abb38305bd (patch) | |
tree | 7903cfa1f33080565eaecc233033f26b834d2e1a /dw/textblock.hh | |
parent | 629dc7e6cd3f03a88d13678252f8dbad76286fe5 (diff) |
Removed nbsp again from divChars: not necessary anymore with recent changes in hyphenation.
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r-- | dw/textblock.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh index f448cda3..b1ad3ee8 100644 --- a/dw/textblock.hh +++ b/dw/textblock.hh @@ -217,8 +217,8 @@ private: }; enum { PENALTY_HYPHEN, PENALTY_EM_DASH_LEFT, PENALTY_EM_DASH_RIGHT, - PENALTY_PROHIBIT_BREAK_I, PENALTY_NUM }; - enum { NUM_DIV_CHARS = 5 }; + PENALTY_NUM }; + enum { NUM_DIV_CHARS = 4 }; typedef struct { |