1
0
Fork 0
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:
Jens Arnold 2006-04-02 00:46:49 +00:00
parent 7f88088739
commit e61b079c26

View file

@ -235,7 +235,7 @@ static bool eq_gain_menu(void)
int m, i;
int *setting;
bool result;
char gain_label[5][24];
char gain_label[5][32];
static struct menu_item items[5] = {
{ NULL, eq_set_band0_gain },
{ NULL, eq_set_band1_gain },