summaryrefslogtreecommitdiff
path: root/apps/action.h
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2007-04-13 15:42:25 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2007-04-13 15:42:25 +0000
commit5d2b1e3cb3d25a92d19bf62ce8f08f053b237ae9 (patch)
treecd69c91b505a727ac1519ec06168691d74772ab6 /apps/action.h
parentc97f0c60fd1ac240e9ba032d493cf2f3a5b226ee (diff)
downloadrockbox-5d2b1e3cb3d25a92d19bf62ce8f08f053b237ae9.tar.gz
rockbox-5d2b1e3cb3d25a92d19bf62ce8f08f053b237ae9.zip
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
Diffstat (limited to 'apps/action.h')
-rw-r--r--apps/action.h2
1 files changed, 1 insertions, 1 deletions
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 {
118#endif 118#endif
119 ACTION_WPS_ABSETA_PREVDIR, /* these should be safe to put together seen as */ 119 ACTION_WPS_ABSETA_PREVDIR, /* these should be safe to put together seen as */
120 ACTION_WPS_ABSETB_NEXTDIR, /* you shouldnt want to change dir in ab-mode */ 120 ACTION_WPS_ABSETB_NEXTDIR, /* you shouldnt want to change dir in ab-mode */
121 ACTION_WPSAB_RESET, 121 ACTION_WPS_ABRESET,
122 122
123 /* list and tree page up/down */ 123 /* list and tree page up/down */
124 ACTION_LISTTREE_PGUP,/* optional */ 124 ACTION_LISTTREE_PGUP,/* optional */