summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.c
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/gui/gwps.c
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/gui/gwps.c')
-rw-r--r--apps/gui/gwps.c4
1 files changed, 2 insertions, 2 deletions
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)
222 button = ACTION_WPS_ABSETB_NEXTDIR; 222 button = ACTION_WPS_ABSETB_NEXTDIR;
223 break; 223 break;
224 case 2: 224 case 2:
225 button = ACTION_WPSAB_RESET; 225 button = ACTION_WPS_ABRESET;
226 break; 226 break;
227 } 227 }
228 wps_ab_state = (wps_ab_state+1) % 3; 228 wps_ab_state = (wps_ab_state+1) % 3;
@@ -552,7 +552,7 @@ long gui_wps_show(void)
552 552
553#ifdef AB_REPEAT_ENABLE 553#ifdef AB_REPEAT_ENABLE
554 /* reset A&B markers */ 554 /* reset A&B markers */
555 case ACTION_WPSAB_RESET: 555 case ACTION_WPS_ABRESET:
556 if (ab_repeat_mode_enabled()) 556 if (ab_repeat_mode_enabled())
557 { 557 {
558 ab_reset_markers(); 558 ab_reset_markers();