summaryrefslogtreecommitdiff
path: root/apps/plugins/text_viewer/tv_action.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/text_viewer/tv_action.h')
-rw-r--r--apps/plugins/text_viewer/tv_action.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/text_viewer/tv_action.h b/apps/plugins/text_viewer/tv_action.h
index c5f7bd0e2f..b01079cbd1 100644
--- a/apps/plugins/text_viewer/tv_action.h
+++ b/apps/plugins/text_viewer/tv_action.h
@@ -29,7 +29,7 @@
29enum tv_horizontal_scroll_mode 29enum tv_horizontal_scroll_mode
30{ 30{
31 TV_HORIZONTAL_SCROLL_COLUMN, /* left/right one column */ 31 TV_HORIZONTAL_SCROLL_COLUMN, /* left/right one column */
32 TV_HORIZONTAL_SCROLL_WINDOW, /* left/right one window */ 32 TV_HORIZONTAL_SCROLL_SCREEN, /* left/right one screen */
33 TV_HORIZONTAL_SCROLL_PREFS, /* left/right follows the settings */ 33 TV_HORIZONTAL_SCROLL_PREFS, /* left/right follows the settings */
34}; 34};
35 35