(Menu) Show title for content collection list
This commit is contained in:
parent
24af3818e1
commit
bb774633fc
|
@ -185,6 +185,9 @@ static int action_get_title_default(const char *path, const char *label,
|
||||||
case MENU_LABEL_REMAP_FILE_LOAD:
|
case MENU_LABEL_REMAP_FILE_LOAD:
|
||||||
snprintf(s, len, "REMAP FILE %s", path);
|
snprintf(s, len, "REMAP FILE %s", path);
|
||||||
break;
|
break;
|
||||||
|
case MENU_LABEL_CONTENT_COLLECTION_LIST:
|
||||||
|
snprintf(s, len, "CONTENT COLLECTION LIST");
|
||||||
|
break;
|
||||||
case MENU_LABEL_CUSTOM_VIEWPORT_2:
|
case MENU_LABEL_CUSTOM_VIEWPORT_2:
|
||||||
case MENU_LABEL_HELP:
|
case MENU_LABEL_HELP:
|
||||||
snprintf(s, len, "MENU %s", path);
|
snprintf(s, len, "MENU %s", path);
|
||||||
|
|
Loading…
Reference in New Issue