summaryrefslogtreecommitdiff
path: root/apps/plugins/viewer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/viewer.c')
-rw-r--r--apps/plugins/viewer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c
index 7ab0d39447..8e72229c5a 100644
--- a/apps/plugins/viewer.c
+++ b/apps/plugins/viewer.c
@@ -150,7 +150,7 @@ PLUGIN_HEADER
150#define VIEWER_SCREEN_RIGHT BUTTON_RIGHT 150#define VIEWER_SCREEN_RIGHT BUTTON_RIGHT
151#define VIEWER_MODE_WRAP (BUTTON_PLAY | BUTTON_REL) 151#define VIEWER_MODE_WRAP (BUTTON_PLAY | BUTTON_REL)
152#define VIEWER_MODE_LINE (BUTTON_PLAY | BUTTON_REPEAT) 152#define VIEWER_MODE_LINE (BUTTON_PLAY | BUTTON_REPEAT)
153#define VIEWER_MODE_WIDTH BUTTON_MENU 153#define VIEWER_MODE_WIDTH BUTTON_SELECT
154 154
155#endif 155#endif
156 156