summaryrefslogtreecommitdiff
path: root/protocol/udm.proto
diff options
context:
space:
mode:
Diffstat (limited to 'protocol/udm.proto')
-rw-r--r--protocol/udm.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/udm.proto b/protocol/udm.proto
index adbae08..739059c 100644
--- a/protocol/udm.proto
+++ b/protocol/udm.proto
@@ -25,7 +25,7 @@
enum MODULE_UI_ELEMENT_TYPE {
UI_EMPTY = 0; //helper type to set empty element
- UI_STRING = 1; //ui elements containing strings
+ UI_STR = 1; //ui elements containing strings
UI_INTEGER = 2; //numeric only ui elements (use strings instead ?)
UI_PROGRESS_BAR = 3; //generic progress bar
UI_WINDOW = 4; //ui window ...