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/gui/gwps.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/gui/gwps.c') diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c index 24cf24dbe0..6bf584fc6a 100644 --- a/apps/gui/gwps.c +++ b/apps/gui/gwps.c @@ -222,7 +222,7 @@ long gui_wps_show(void) button = ACTION_WPS_ABSETB_NEXTDIR; break; case 2: - button = ACTION_WPSAB_RESET; + button = ACTION_WPS_ABRESET; break; } wps_ab_state = (wps_ab_state+1) % 3; @@ -552,7 +552,7 @@ long gui_wps_show(void) #ifdef AB_REPEAT_ENABLE /* reset A&B markers */ - case ACTION_WPSAB_RESET: + case ACTION_WPS_ABRESET: if (ab_repeat_mode_enabled()) { ab_reset_markers(); -- cgit v1.2.3