From 5d0c9aa33efbe216d28f7294cb87ef349ba5ca0f Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Tue, 12 Nov 2002 15:08:53 +0000 Subject: another readme location updating svn-id: r5520 --- sound/mididrv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound') 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) -- cgit v1.2.3