diff options
author | sgeerken <devnull@localhost> | 2012-07-06 01:28:44 +0200 |
---|---|---|
committer | sgeerken <devnull@localhost> | 2012-07-06 01:28:44 +0200 |
commit | 0c3a5744d317e30bce7b6f067c5c3ed25e6fb063 (patch) | |
tree | 05860660110ed39d527c271eacb6b1f822344336 /dw/style.hh | |
parent | 4253a0888d6154beecc1d64346d0d810dedf5658 (diff) |
Attribute "lang" is evaluated for hyphenation; part of dw:core::style::Style.y
Diffstat (limited to 'dw/style.hh')
-rw-r--r-- | dw/style.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dw/style.hh b/dw/style.hh index f69e5015..2422bfa9 100644 --- a/dw/style.hh +++ b/dw/style.hh @@ -468,6 +468,10 @@ public: int x_link; int x_img; Tooltip *x_tooltip; + char x_lang[2]; /* Either x_lang[0] == x_lang[1] == 0 (no language + set), or x_lang contains the RFC 1766 country + code in lower case letters. (Only two letters + allowed, currently.) */ void initValues (); void resetValues (); |