multi-lang: fix function names

This commit is contained in:
Gabor Kiss-Vamosi
2019-01-29 04:41:44 +01:00
parent 855dc44e32
commit fd1e8483a5
4 changed files with 4 additions and 11 deletions

View File

@@ -191,7 +191,7 @@ char * lv_label_get_text(const lv_obj_t * label);
* @param label pointer to a label object
* @return ID of the text
*/
uint16_t lv_label_get_text_lang(lv_obj_t * label);
uint16_t lv_label_get_text_id(lv_obj_t * label);
/**
* Get the long mode of a label