aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/sound.cpp
diff options
context:
space:
mode:
authorNeeraj Kumar2010-08-09 21:18:27 +0000
committerNeeraj Kumar2010-08-09 21:18:27 +0000
commitacb32580ce440aa687309999ed11ee6e5ca1fa72 (patch)
treec275cad28bf995fb7d63e4931b7ddc66a03db8e0 /engines/testbed/sound.cpp
parent4e92b3a17ea963d3c006c93abd28287e0fac153a (diff)
downloadscummvm-rg350-acb32580ce440aa687309999ed11ee6e5ca1fa72.tar.gz
scummvm-rg350-acb32580ce440aa687309999ed11ee6e5ca1fa72.tar.bz2
scummvm-rg350-acb32580ce440aa687309999ed11ee6e5ca1fa72.zip
TESTBED: Some more refinements to the GUI and mouse event tests
svn-id: r51946
Diffstat (limited to 'engines/testbed/sound.cpp')
-rw-r--r--engines/testbed/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/testbed/sound.cpp b/engines/testbed/sound.cpp
index f93dbf0e92..6b56a75b50 100644
--- a/engines/testbed/sound.cpp
+++ b/engines/testbed/sound.cpp
@@ -133,7 +133,7 @@ TestExitStatus SoundSubsystem::playBeeps() {
g_system->delayMillis(500);
mixer->pauseHandle(handle, true);
- if (Testsuite::handleInteractiveInput("Were you able to hear the left beep?", "Yes", "No", kOptionRight)) {
+ if (Testsuite::handleInteractiveInput(" Were you able to hear the left beep? ", "Yes", "No", kOptionRight)) {
Testsuite::logDetailedPrintf("Error! Left Beep couldn't be detected : Error with Mixer::setChannelBalance()\n");
passed = kTestFailed;
}