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

@@ -177,6 +177,7 @@
#define STRING_COLUMN_LABEL_UDA "Nome"
#define STRING_COLUMN_LABEL_TYPE "Tipo"
#define STRING_COLUMN_LABEL_LABEL "Etichetta"
#define STRING_COLUMN_LABEL_DEFAULT "Predefinito"
#define STRING_COLUMN_LABEL_VALUES "Valori consentiti"
#define STRING_COLUMN_LABEL_UDACOUNT "Conteggio Uso"
#define STRING_COLUMN_LABEL_ORPHAN "UDA Orfano"