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

View file

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