From 0e263d5b779f19033730fff7ec6f16b0715a976d Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Thu, 20 May 2010 13:24:50 +0000 Subject: =?UTF-8?q?accept=20FS#10992=20by=20Rui=20Ara=C3=BAjo=20to=20fix?= =?UTF-8?q?=20FS#10976=20-=20make=20the=20=20string=20translatab?= =?UTF-8?q?le?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26192 a1c6a512-1295-4272-9138-f99709370657 --- apps/tagtree.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'apps/tagtree.c') diff --git a/apps/tagtree.c b/apps/tagtree.c index 3b13df0..8c7f7a2 100644 --- a/apps/tagtree.c +++ b/apps/tagtree.c @@ -1169,6 +1169,12 @@ static int retrieve_entries(struct tree_context *c, int offset, bool init) if (total_count++ < offset) continue; + if ( strcmp(tcs.result , UNTAGGED ) == 0) + { + tcs.result_len = strlcpy(tcs.result, + str(LANG_TAGNAVI_UNTAGGED), TAG_MAXLEN )+1; + } + dptr->newtable = NAVIBROWSE; if (tag == tag_title || tag == tag_filename) { -- cgit v1.1