summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-04-02 00:46:49 +0000
committerJens Arnold <amiconn@rockbox.org>2006-04-02 00:46:49 +0000
commite61b079c26e5eaa12f403da6964ac20282df248e (patch)
tree92cd9d1903cbc8ae839742d7e6a960c62e50a6dc /apps
parent7f88088739109de9efffe696b1c0abe20feb47c9 (diff)
downloadrockbox-e61b079c26e5eaa12f403da6964ac20282df248e.tar.gz
rockbox-e61b079c26e5eaa12f403da6964ac20282df248e.zip
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
Diffstat (limited to 'apps')
-rw-r--r--apps/eq_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/eq_menu.c b/apps/eq_menu.c
index e93c033949..5dc554316c 100644
--- a/apps/eq_menu.c
+++ b/apps/eq_menu.c
@@ -235,7 +235,7 @@ static bool eq_gain_menu(void)
235 int m, i; 235 int m, i;
236 int *setting; 236 int *setting;
237 bool result; 237 bool result;
238 char gain_label[5][24]; 238 char gain_label[5][32];
239 static struct menu_item items[5] = { 239 static struct menu_item items[5] = {
240 { NULL, eq_set_band0_gain }, 240 { NULL, eq_set_band0_gain },
241 { NULL, eq_set_band1_gain }, 241 { NULL, eq_set_band1_gain },