aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/graphics.cpp
diff options
context:
space:
mode:
authorNeeraj Kumar2010-07-24 21:02:21 +0000
committerNeeraj Kumar2010-07-24 21:02:21 +0000
commit89988af11ddf2feb0a028230d544b39c5cdc96bd (patch)
tree4cc49246a95b81de3c5f0d53f413135861b8b767 /engines/testbed/graphics.cpp
parent3f2527a48aab2d98bab252a4e77e55c7dcae0e67 (diff)
downloadscummvm-rg350-89988af11ddf2feb0a028230d544b39c5cdc96bd.tar.gz
scummvm-rg350-89988af11ddf2feb0a028230d544b39c5cdc96bd.tar.bz2
scummvm-rg350-89988af11ddf2feb0a028230d544b39c5cdc96bd.zip
TESTBED: reimplemented the config functionality using ConfigFile Class
svn-id: r51258
Diffstat (limited to 'engines/testbed/graphics.cpp')
-rw-r--r--engines/testbed/graphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/testbed/graphics.cpp b/engines/testbed/graphics.cpp
index 4cbe963031..88e44b8d0a 100644
--- a/engines/testbed/graphics.cpp
+++ b/engines/testbed/graphics.cpp
@@ -599,7 +599,7 @@ bool GFXtests::mouseMovements() {
Common::String info = "Testing Automated Mouse movements.\n"
"You should expect cursor hotspot(top-left corner) to automatically move from (0, 0) to (100, 100).\n"
- "There we have a rectangle drawn, finally the rectangle should symmetrically contain the cursor.";
+ "There we have a rectangle drawn, finally the cursor would lie centred in that rectangle.";
if (Testsuite::handleInteractiveInput(info, "OK", "Skip", kOptionRight)) {
Testsuite::logPrintf("Info! Skipping test : Mouse Movements");