From c9b06c237b3ffd60a3ca01f1551a647052a1cc6c Mon Sep 17 00:00:00 2001 From: jules Date: Thu, 16 Oct 2008 13:50:03 +0000 Subject: [PATCH] --- src/juce_appframework/audio/devices/juce_AudioDeviceManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/juce_appframework/audio/devices/juce_AudioDeviceManager.cpp b/src/juce_appframework/audio/devices/juce_AudioDeviceManager.cpp index 74373a719f..0318c3d5cc 100644 --- a/src/juce_appframework/audio/devices/juce_AudioDeviceManager.cpp +++ b/src/juce_appframework/audio/devices/juce_AudioDeviceManager.cpp @@ -390,7 +390,7 @@ const String AudioDeviceManager::setAudioDeviceSetup (const AudioDeviceSetup& ne newSetup.inputDeviceName); if (currentAudioDevice == 0) - error = "Can't open device"; + error = "Can't open the audio device!\n\nThis may be because another application is currently using the same device - if so, you should close any other applications and try again!"; else error = currentAudioDevice->getLastError();