summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
authorShachar Liberman <lshachar@hotmail.com>2006-08-07 21:24:22 +0000
committerShachar Liberman <lshachar@hotmail.com>2006-08-07 21:24:22 +0000
commitf17e5c04f30ee49b3a514b31bdad805323ce93e6 (patch)
tree3e6335fae00c1d8023c1d7c895f1f677f0b075da /apps/tree.c
parent5eb1e1549c24aa3ed590c5edb784796b0ecbf010 (diff)
downloadrockbox-f17e5c04f30ee49b3a514b31bdad805323ce93e6.tar.gz
rockbox-f17e5c04f30ee49b3a514b31bdad805323ce93e6.zip
FS#5587 Non-latin languages support update. Translators:Please change
the 48 new LANG_SYSFONT_ strings at the end of your language file if they don't fit nicely with rockbox's internal font. (for more info http://www.rockbox.org/twiki/bin/view/Main/NonLatinLanguages) Developers:Please keep using LANG_SYSFONT strings when reffering to the internal font. * Hebrew update. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10476 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/tree.c b/apps/tree.c
index fde4da0e04..7b553a5960 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -357,9 +357,9 @@ static int update_dir(void)
357#ifdef HAS_BUTTONBAR 357#ifdef HAS_BUTTONBAR
358 if (global_settings.buttonbar) { 358 if (global_settings.buttonbar) {
359 if (*tc.dirfilter < NUM_FILTER_MODES) 359 if (*tc.dirfilter < NUM_FILTER_MODES)
360 gui_buttonbar_set(&tree_buttonbar, str(LANG_DIRBROWSE_F1), 360 gui_buttonbar_set(&tree_buttonbar, str(LANG_SYSFONT_DIRBROWSE_F1),
361 str(LANG_DIRBROWSE_F2), 361 str(LANG_SYSFONT_DIRBROWSE_F2),
362 str(LANG_DIRBROWSE_F3)); 362 str(LANG_SYSFONT_DIRBROWSE_F3));
363 else 363 else
364 gui_buttonbar_set(&tree_buttonbar, "<<<", "", ""); 364 gui_buttonbar_set(&tree_buttonbar, "<<<", "", "");
365 gui_buttonbar_draw(&tree_buttonbar); 365 gui_buttonbar_draw(&tree_buttonbar);