summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui')
-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();