diff options
| -rw-r--r-- | engines/sherlock/journal.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/journal.cpp b/engines/sherlock/journal.cpp index 984a7a23f6..71de9228e4 100644 --- a/engines/sherlock/journal.cpp +++ b/engines/sherlock/journal.cpp @@ -1115,7 +1115,7 @@ int Journal::getFindName(bool printError) {  				} else {  					color = COMMAND_FOREGROUND;  				} -				screen.print(Common::Point(SEARCH_POINTS[1][2] - screen.stringWidth("Forward") / 2, 175), color, "Forward"); +				screen.print(Common::Point(SEARCH_POINTS[2][2] - screen.stringWidth("Forward") / 2, 175), color, "Forward");  			}  			events.wait(2);  | 
