summaryrefslogtreecommitdiff
path: root/apps/filetree.c
diff options
context:
space:
mode:
authorTom Ross <midgey@rockbox.org>2009-10-18 00:56:42 +0000
committerTom Ross <midgey@rockbox.org>2009-10-18 00:56:42 +0000
commitec2737b2c24ac442d2b9fcf0f0222becb456d8ce (patch)
treea375c87ad5236558ded8169e4065b24a377875fc /apps/filetree.c
parentbde02318035b9cad07a288b611f2b77fdf9cf1f8 (diff)
downloadrockbox-ec2737b2c24ac442d2b9fcf0f0222becb456d8ce.zip
rockbox-ec2737b2c24ac442d2b9fcf0f0222becb456d8ce.tar.gz
rockbox-ec2737b2c24ac442d2b9fcf0f0222becb456d8ce.tar.bz2
rockbox-ec2737b2c24ac442d2b9fcf0f0222becb456d8ce.tar.xz
Change the .lng files to contain strings from multiple users. Still hard-coded to only output the core strings for now. Should be the majority of the core changes needed for translatable plugins.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23241 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/filetree.c')
-rw-r--r--apps/filetree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetree.c b/apps/filetree.c
index 8fbc39f..3468051 100644
--- a/apps/filetree.c
+++ b/apps/filetree.c
@@ -526,7 +526,7 @@ int ft_enter(struct tree_context* c)
case FILE_ATTR_LNG:
splash(0, ID2P(LANG_WAIT));
- if(!lang_load(buf)) {
+ if(!lang_core_load(buf)) {
set_file(buf, (char *)global_settings.lang_file,
MAX_FILENAME);
talk_init(); /* use voice of same language */