ColEntry: Added _modifiable

This commit is contained in:
Paul Beckingham 2016-12-31 11:09:27 -05:00
parent 9fd1500d20
commit 3c9081c22b

View file

@ -31,8 +31,9 @@
////////////////////////////////////////////////////////////////////////////////
ColumnEntry::ColumnEntry ()
{
_name = "entry";
_label = STRING_COLUMN_LABEL_ADDED;
_name = "entry";
_modifiable = true;
_label = STRING_COLUMN_LABEL_ADDED;
}
////////////////////////////////////////////////////////////////////////////////