diff options
| author | Johannes Schickel | 2009-05-13 21:15:12 +0000 | 
|---|---|---|
| committer | Johannes Schickel | 2009-05-13 21:15:12 +0000 | 
| commit | 049618ce15ee7e6656e5d1dd345161ff23bf3925 (patch) | |
| tree | 767f9e1962c41d3d73d8ba28e371988ac6171935 /gui | |
| parent | 81c7f530e8661c2ab58f2f42128a370230820269 (diff) | |
| download | scummvm-rg350-049618ce15ee7e6656e5d1dd345161ff23bf3925.tar.gz scummvm-rg350-049618ce15ee7e6656e5d1dd345161ff23bf3925.tar.bz2 scummvm-rg350-049618ce15ee7e6656e5d1dd345161ff23bf3925.zip  | |
Fix all occurrences of AdLib spelling:
- credits
- options dialog
svn-id: r40538
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/credits.h | 4 | ||||
| -rw-r--r-- | gui/options.cpp | 2 | 
2 files changed, 3 insertions, 3 deletions
diff --git a/gui/credits.h b/gui/credits.h index e294d195e5..4bfd788172 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -189,7 +189,7 @@ static const char *credits[] = {  "C0""Jerome Fisher",  "C2""MT-32 emulator",  "C0""Jochen Hoenicke", -"C2""Speaker & PCjr sound support, Adlib work", +"C2""Speaker & PCjr sound support, AdLib work",  "C0""Chris Page",  "C2""Return to launcher, savestate improvements, leak fixes, ... (GSoC 2008 task)",  "C0""Robin Watts", @@ -385,7 +385,7 @@ static const char *credits[] = {  "C0""Ori Avtalion",  "C2""Subtitle control options in the GUI; BASS GUI fixes",  "C0""Stuart Caie", -"C2""Decoders for Simon 1 Amiga data files", +"C2""Decoders for Amiga and AtariST data files (AGOS engine)",  "C0""Paolo Costabel",  "C2""PSP port contributions",  "C0""Thierry Crozat", diff --git a/gui/options.cpp b/gui/options.cpp index da9a5cecf5..415d7ca357 100644 --- a/gui/options.cpp +++ b/gui/options.cpp @@ -595,7 +595,7 @@ void OptionsDialog::addMIDIControls(GuiObject *boss, const String &prefix) {  	_soundFontClearButton = new ButtonWidget(boss, prefix + "mcFontClearButton", "C", kClearSoundFontCmd, 0);  	// Multi midi setting -	_multiMidiCheckbox = new CheckboxWidget(boss, prefix + "mcMixedCheckbox", "Mixed Adlib/MIDI mode", 0, 0); +	_multiMidiCheckbox = new CheckboxWidget(boss, prefix + "mcMixedCheckbox", "Mixed AdLib/MIDI mode", 0, 0);  	// Native mt32 setting  	_mt32Checkbox = new CheckboxWidget(boss, prefix + "mcMt32Checkbox", "True Roland MT-32 (disable GM emulation)", 0, 0);  | 
