From 991b2eefe95e8f758438051cd6ff829bc985dbac Mon Sep 17 00:00:00 2001 From: Steve Bavin Date: Thu, 11 Jan 2007 09:18:05 +0000 Subject: Remove another tagcache reference from the UI git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11982 a1c6a512-1295-4272-9138-f99709370657 --- apps/debug_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/debug_menu.c') diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 083dddbd74..081bf2f63e 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -2291,7 +2291,7 @@ bool debug_menu(void) #endif #ifdef HAVE_LCD_BITMAP #ifdef HAVE_TAGCACHE - { "View tagcache info", dbg_tagcache_info }, + { "View database info", dbg_tagcache_info }, #endif #if CONFIG_CODEC == SWCODEC || !defined(SIMULATOR) { "View audio thread", dbg_audio_thread }, -- cgit v1.2.3