From a076f8228ff6fe8a2f9b7ac6634b46fb598fd711 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Tue, 28 Jul 2015 05:33:02 +0300 Subject: a bit of implementation of client<->server protocol --- protocol/udm.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocol') diff --git a/protocol/udm.proto b/protocol/udm.proto index 623f2d5..f762a46 100644 --- a/protocol/udm.proto +++ b/protocol/udm.proto @@ -29,7 +29,7 @@ enum MODULE_UI_ELEMENT_TYPE { UI_INTEGER = 2; //numeric only ui elements (use strings instead ?) UI_PROGRESS_BAR = 3; //generic progress bar UI_WINDOW = 4; //ui window ... - UI_GROUP = 5; //empty ui element to group children together in ui + UI_GROUP = 5; //empty ui element to group children together in ui (tabs can be implemented using this type) } message module_ui_element_info { -- cgit v1.2.3