From 5d2b1e3cb3d25a92d19bf62ce8f08f053b237ae9 Mon Sep 17 00:00:00 2001 From: Marcoen Hirschberg Date: Fri, 13 Apr 2007 15:42:25 +0000 Subject: rename ACTION_WPSAB_RESET to ACTION_WPS_ABRESET to be more consistent with the rest git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13142 a1c6a512-1295-4272-9138-f99709370657 --- apps/action.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/action.h') diff --git a/apps/action.h b/apps/action.h index 29023720cc..85ad48592b 100644 --- a/apps/action.h +++ b/apps/action.h @@ -118,7 +118,7 @@ enum { #endif ACTION_WPS_ABSETA_PREVDIR, /* these should be safe to put together seen as */ ACTION_WPS_ABSETB_NEXTDIR, /* you shouldnt want to change dir in ab-mode */ - ACTION_WPSAB_RESET, + ACTION_WPS_ABRESET, /* list and tree page up/down */ ACTION_LISTTREE_PGUP,/* optional */ -- cgit v1.2.3