diff options
author | Sebastian Geerken <devnull@localhost> | 2014-07-21 23:06:14 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-07-21 23:06:14 +0200 |
commit | dcb63ae4f9f4bfd3d8c64ccbbb20d64c45f33863 (patch) | |
tree | 8fbaae82e88468b504368e91a2a0691dac6c8759 /dw/table.cc | |
parent | 0a6fc284229b0fa4bb567ad26d76bff01a62a01b (diff) |
Fixed typo in RTFL message.
Diffstat (limited to 'dw/table.cc')
-rw-r--r-- | dw/table.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/table.cc b/dw/table.cc index 6b3ae804..c6fce4e1 100644 --- a/dw/table.cc +++ b/dw/table.cc @@ -870,7 +870,7 @@ void Table::forceCalcCellSizes (bool calcHeights) } } else if (totalWidthSpecified && totalWidth > maxWidth) { DBG_OBJ_MSG ("resize", 1, - "case 2: totalWidthSpecified && totalWidth < maxWidth"); + "case 2: totalWidthSpecified && totalWidth > maxWidth"); // The width is specified (and so enforced), but all maxima sum // up to less than this specified width. The columns will have |