summaryrefslogtreecommitdiff
path: root/apps/plugins/text_viewer/text_viewer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/text_viewer/text_viewer.c')
-rw-r--r--apps/plugins/text_viewer/text_viewer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/text_viewer/text_viewer.c b/apps/plugins/text_viewer/text_viewer.c
index 452f7108a6..ea8972491b 100644
--- a/apps/plugins/text_viewer/text_viewer.c
+++ b/apps/plugins/text_viewer/text_viewer.c
@@ -111,7 +111,7 @@ enum plugin_status plugin_start(const void* file)
111 if (prefs->windows > 1) 111 if (prefs->windows > 1)
112 { 112 {
113 /* Screen left */ 113 /* Screen left */
114 tv_scroll_left(TV_HORIZONTAL_SCROLL_WINDOW); 114 tv_scroll_left(TV_HORIZONTAL_SCROLL_PREFS);
115 } 115 }
116 else { /* prefs->windows == 1 */ 116 else { /* prefs->windows == 1 */
117 /* scroll to previous page */ 117 /* scroll to previous page */
@@ -128,7 +128,7 @@ enum plugin_status plugin_start(const void* file)
128 if (prefs->windows > 1) 128 if (prefs->windows > 1)
129 { 129 {
130 /* Screen right */ 130 /* Screen right */
131 tv_scroll_right(TV_HORIZONTAL_SCROLL_WINDOW); 131 tv_scroll_right(TV_HORIZONTAL_SCROLL_PREFS);
132 } 132 }
133 else { /* prefs->windows == 1 */ 133 else { /* prefs->windows == 1 */
134 /* scroll to next page */ 134 /* scroll to next page */