Added ability for UDAs to have a default value.

This commit is contained in:
Thomas
2013-05-07 13:46:10 -04:00
committed by Paul Beckingham
parent a1132f0028
commit 56eab7da0d
7 changed files with 123 additions and 2 deletions

View File

@@ -178,6 +178,7 @@
#define STRING_COLUMN_LABEL_UDA "Nombre"
#define STRING_COLUMN_LABEL_TYPE "Tipo"
#define STRING_COLUMN_LABEL_LABEL "Etiqueta"
#define STRING_COLUMN_LABEL_DEFAULT "Defecto"
#define STRING_COLUMN_LABEL_VALUES "Valores permitidos"
#define STRING_COLUMN_LABEL_UDACOUNT "Recuento de uso"
#define STRING_COLUMN_LABEL_ORPHAN "UDA huérfano"