diff options
-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 7d1edd0b..291674aa 100644 --- a/dw/table.cc +++ b/dw/table.cc @@ -283,7 +283,7 @@ void Table::addCell (Widget *widget, int colspan, int rowspan) if (numRows == 0) { // to prevent a crash - MSG_WARN("Cell without row.\n"); + MSG("addCell: cell without row.\n"); addRow (NULL); } |