[Scummvm-cvs-logs] SF.net SVN: scummvm:[40533] scummvm/trunk

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Wed May 13 23:02:51 CEST 2009


Revision: 40533
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40533&view=rev
Author:   lordhoto
Date:     2009-05-13 21:02:50 +0000 (Wed, 13 May 2009)

Log Message:
-----------
Fix spelling of AdLib (it's AdLib not Adlib).

Modified Paths:
--------------
    scummvm/trunk/base/commandLine.cpp
    scummvm/trunk/sound/mididrv.cpp

Modified: scummvm/trunk/base/commandLine.cpp
===================================================================
--- scummvm/trunk/base/commandLine.cpp	2009-05-13 21:02:03 UTC (rev 40532)
+++ scummvm/trunk/base/commandLine.cpp	2009-05-13 21:02:50 UTC (rev 40533)
@@ -99,11 +99,11 @@
 	"  --extrapath=PATH         Extra path to additional game data\n"
 	"  --soundfont=FILE         Select the SoundFont for MIDI playback (only\n"
 	"                           supported by some MIDI drivers)\n"
-	"  --multi-midi             Enable combination Adlib and native MIDI\n"
+	"  --multi-midi             Enable combination AdLib and native MIDI\n"
 	"  --native-mt32            True Roland MT-32 (disable GM emulation)\n"
 	"  --enable-gs              Enable Roland GS mode for MIDI playback\n"
 	"  --output-rate=RATE       Select output sample rate in Hz (e.g. 22050)\n"
-	"  --opl-driver=DRIVER      Select Adlib (OPL) emulator (db, mame)\n"
+	"  --opl-driver=DRIVER      Select AdLib (OPL) emulator (db, mame)\n"
 	"  --aspect-ratio           Enable aspect ratio correction\n"
 	"  --render-mode=MODE       Enable additional render modes (cga, ega, hercGreen,\n"
 	"                           hercAmber, amiga)\n"

Modified: scummvm/trunk/sound/mididrv.cpp
===================================================================
--- scummvm/trunk/sound/mididrv.cpp	2009-05-13 21:02:03 UTC (rev 40532)
+++ scummvm/trunk/sound/mididrv.cpp	2009-05-13 21:02:50 UTC (rev 40533)
@@ -85,7 +85,7 @@
 #endif
 
 	// The flags for the "adlib" driver indicates that it can do adlib and MIDI.
-	{"adlib", "Adlib", MD_ADLIB, MDT_ADLIB},
+	{"adlib", "AdLib", MD_ADLIB, MDT_ADLIB},
 	{"pcspk", "PC Speaker", MD_PCSPK, MDT_PCSPK},
 	{"pcjr", "IBM PCjr", MD_PCJR, MDT_PCSPK},
 	{"towns", "FM Towns", MD_TOWNS, MDT_TOWNS},


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list