forked from len0rd/rockbox
The maximum label size was too small for some translations (e.g. german).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9417 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7f88088739
commit
e61b079c26
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ static bool eq_gain_menu(void)
|
||||||
int m, i;
|
int m, i;
|
||||||
int *setting;
|
int *setting;
|
||||||
bool result;
|
bool result;
|
||||||
char gain_label[5][24];
|
char gain_label[5][32];
|
||||||
static struct menu_item items[5] = {
|
static struct menu_item items[5] = {
|
||||||
{ NULL, eq_set_band0_gain },
|
{ NULL, eq_set_band0_gain },
|
||||||
{ NULL, eq_set_band1_gain },
|
{ NULL, eq_set_band1_gain },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue