- Now uses the standard type 'numeric', instead of 'number'.
This commit is contained in:
Paul Beckingham 2014-06-15 09:48:05 -04:00
parent 65890bc8d4
commit d557c20782

View file

@ -37,7 +37,7 @@ extern Context context;
ColumnID::ColumnID () ColumnID::ColumnID ()
{ {
_name = "id"; _name = "id";
_type = "number"; _type = "numeric";
_style = "number"; _style = "number";
_label = STRING_COLUMN_LABEL_ID; _label = STRING_COLUMN_LABEL_ID;
_modifiable = false; _modifiable = false;