From 1ce70a679c645c1886eff1d96c5c9f2a630066d6 Mon Sep 17 00:00:00 2001 From: Yoshihisa Uchida Date: Mon, 7 Jun 2010 11:04:09 +0000 Subject: text viewer: can selected scroll by column/scroll by screen for the horizontal screen. Viewer Options: "Scrollbar", "Overlap Pages", "Auto-Scroll Speed" move to Scroll Settings > Vertical. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26654 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/text_viewer/tv_action.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/text_viewer/tv_action.h') 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 @@ enum tv_horizontal_scroll_mode { TV_HORIZONTAL_SCROLL_COLUMN, /* left/right one column */ - TV_HORIZONTAL_SCROLL_WINDOW, /* left/right one window */ + TV_HORIZONTAL_SCROLL_SCREEN, /* left/right one screen */ TV_HORIZONTAL_SCROLL_PREFS, /* left/right follows the settings */ }; -- cgit v1.2.3