From 388c6abfcb774c2f6f3971393bcca36f8707ff19 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Fri, 10 Sep 2004 08:02:50 +0000 Subject: [PATCH] Typo :( (Thanks for telling me, Srecko) Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1962 --- src/dosbox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dosbox.cpp b/src/dosbox.cpp index 2ed8ec4b..6a8e5247 100644 --- a/src/dosbox.cpp +++ b/src/dosbox.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: dosbox.cpp,v 1.78 2004-09-10 07:44:12 qbix79 Exp $ */ +/* $Id: dosbox.cpp,v 1.79 2004-09-10 08:02:50 qbix79 Exp $ */ #include #include @@ -287,8 +287,8 @@ void DOSBOX_Init(void) { MSG_Add("MIDI_CONFIGFILE_HELP", "mpu401 -- Enable MPU-401 Emulation.\n" - "device -- Device that will receive the MIDI data from MPU-401.\n" "intelligent -- Operate in Intelligent mode.\n" + "device -- Device that will receive the MIDI data from MPU-401.\n" " This can be default,alsa,oss,win32,coreaudio,none.\n" "config -- Special configuration options for the device.\n" );