diff options
author | Jonathan Gray | 2002-11-12 15:08:53 +0000 |
---|---|---|
committer | Jonathan Gray | 2002-11-12 15:08:53 +0000 |
commit | 5d0c9aa33efbe216d28f7294cb87ef349ba5ca0f (patch) | |
tree | 0b1e81b687e5f8d07b3219e7e4541b3e6f36b6c7 /sound | |
parent | 5627eb99dd65118685bc708a9aeb56cc64cda4f9 (diff) | |
download | scummvm-rg350-5d0c9aa33efbe216d28f7294cb87ef349ba5ca0f.tar.gz scummvm-rg350-5d0c9aa33efbe216d28f7294cb87ef349ba5ca0f.tar.bz2 scummvm-rg350-5d0c9aa33efbe216d28f7294cb87ef349ba5ca0f.zip |
another readme location updating
svn-id: r5520
Diffstat (limited to 'sound')
-rw-r--r-- | sound/mididrv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mididrv.cpp b/sound/mididrv.cpp index e67311d19d..b4afb2cd88 100644 --- a/sound/mididrv.cpp +++ b/sound/mididrv.cpp @@ -552,7 +552,7 @@ int MidiDriver_SEQ::open(int mode) if (device_name != NULL) { device = (::open((device_name), O_RDWR, 0)); } else { - warning("You need to set-up the SCUMMVM_MIDI environment variable properly (see readme.txt) "); + warning("You need to set-up the SCUMMVM_MIDI environment variable properly (see README) "); } if ((device_name == NULL) || (device < 0)) { if (device_name == NULL) |