Use menu_entries_add_enum

This commit is contained in:
twinaphex 2016-06-15 14:59:49 +02:00
parent 3864574541
commit e1002719c0

View File

@ -436,7 +436,9 @@ int generic_action_ok_displaylist_push(const char *path,
info.list = selection_buf;
info_path = menu_hash_to_str(MENU_LABEL_VALUE_CONTENT_SETTINGS);
info_label = menu_hash_to_str(MENU_LABEL_CONTENT_SETTINGS);
menu_entries_add(menu_stack, info_path, info_label, 0, 0, 0);
menu_entries_add_enum(menu_stack, info_path, info_label,
MENU_ENUM_LABEL_CONTENT_SETTINGS,
0, 0, 0);
break;
}