From e918b7b9734ff3e45c19b6d1f7183dc176dfb205 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Fri, 5 Aug 2011 00:47:11 +0000 Subject: Add a %cs item for the context menus git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30258 a1c6a512-1295-4272-9138-f99709370657 --- apps/misc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/misc.h') diff --git a/apps/misc.h b/apps/misc.h index 05d8316..1fbff9e 100644 --- a/apps/misc.h +++ b/apps/misc.h @@ -115,7 +115,8 @@ enum current_activity { ACTIVITY_PITCHSCREEN, ACTIVITY_OPTIONSELECT, ACTIVITY_PLAYLISTBROWSER, - ACTIVITY_PLUGIN + ACTIVITY_PLUGIN, + ACTIVITY_CONTEXTMENU }; #if CONFIG_CODEC == SWCODEC -- cgit v1.1