summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/gui/gwps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c
index 5c2b718ae8..6e0551745a 100644
--- a/apps/gui/gwps.c
+++ b/apps/gui/gwps.c
@@ -531,7 +531,7 @@ long gui_wps_show(void)
531#endif 531#endif
532 532
533 /* pitch screen */ 533 /* pitch screen */
534#if CONFIG_KEYPAD == RECORDER_PAD || defined(IRIVER_H100_SERIES) 534#if CONFIG_KEYPAD == RECORDER_PAD || CONFIG_KEYPAD == IRIVER_H100_PAD
535 case BUTTON_ON | BUTTON_UP: 535 case BUTTON_ON | BUTTON_UP:
536 case BUTTON_ON | BUTTON_DOWN: 536 case BUTTON_ON | BUTTON_DOWN:
537 if (2 == pitch_screen()) 537 if (2 == pitch_screen())