- Fixed a broken build.
This commit is contained in:
Paul Beckingham 2011-06-15 07:22:08 -04:00
parent c23c374b17
commit 6b85669812

View file

@ -93,7 +93,7 @@ void ColumnDepends::measure (Task& task, int& minimum, int& maximum)
}
}
else
throw format (STRING_BAD_COLUMN_FORMAT, 'depends', _style);
throw format (STRING_COLUMN_BAD_FORMAT, "depends", _style);
}
////////////////////////////////////////////////////////////////////////////////