Correctly place '..' more entry for RGUI

This commit is contained in:
twinaphex 2016-07-17 01:00:57 +02:00
parent 0b474b3d26
commit efd16e8b72

View File

@ -1426,7 +1426,7 @@ static void menu_action_setting_disp_set_label_content_history(
char *s2, size_t len2)
{
*s = '\0';
*w = strlen(label);
*w = 19;
menu_setting_get_label(list, s,
len, w, type, label, entry_label, i);