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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Wed May 13 23:15:12 CEST 2009


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

Log Message:
-----------
Fix all occurrences of AdLib spelling:
- credits
- options dialog

Modified Paths:
--------------
    scummvm/trunk/AUTHORS
    scummvm/trunk/README
    scummvm/trunk/gui/credits.h
    scummvm/trunk/gui/options.cpp
    scummvm/trunk/tools/credits.pl

Modified: scummvm/trunk/AUTHORS
===================================================================
--- scummvm/trunk/AUTHORS	2009-05-13 21:14:12 UTC (rev 40537)
+++ scummvm/trunk/AUTHORS	2009-05-13 21:15:12 UTC (rev 40538)
@@ -181,7 +181,7 @@
        David Corrales-Lopez  - Filesystem access improvements (GSoC 2007
                                task)
        Jerome Fisher         - MT-32 emulator
-       Jochen Hoenicke       - Speaker & PCjr sound support, Adlib work
+       Jochen Hoenicke       - Speaker & PCjr sound support, AdLib work
        Chris Page            - Return to launcher, savestate improvements,
                                leak fixes, ... (GSoC 2008 task)
        Robin Watts           - ARM assembly routines for nice speedups on
@@ -330,7 +330,8 @@
   ------------------
      Ori Avtalion          - Subtitle control options in the GUI; BASS GUI
                              fixes
-     Stuart Caie           - Decoders for Simon 1 Amiga data files
+     Stuart Caie           - Decoders for Amiga and AtariST data files (AGOS
+                             engine)
      Paolo Costabel        - PSP port contributions
      Thierry Crozat        - Support for Broken Sword 1 Macintosh version
      Martin Doucha         - CinE engine objectification

Modified: scummvm/trunk/README
===================================================================
--- scummvm/trunk/README	2009-05-13 21:14:12 UTC (rev 40537)
+++ scummvm/trunk/README	2009-05-13 21:15:12 UTC (rev 40538)
@@ -1365,7 +1365,7 @@
 To select a sound driver, select it in the Launcher, or pass its name
 via the '-e' option to scummvm, for example:
 
-    scummvm -eAdLib monkey2
+    scummvm -eadlib monkey2
 
 
 7.1) Playing sound with AdLib emulation:

Modified: scummvm/trunk/gui/credits.h
===================================================================
--- scummvm/trunk/gui/credits.h	2009-05-13 21:14:12 UTC (rev 40537)
+++ scummvm/trunk/gui/credits.h	2009-05-13 21:15:12 UTC (rev 40538)
@@ -189,7 +189,7 @@
 "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 @@
 "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",

Modified: scummvm/trunk/gui/options.cpp
===================================================================
--- scummvm/trunk/gui/options.cpp	2009-05-13 21:14:12 UTC (rev 40537)
+++ scummvm/trunk/gui/options.cpp	2009-05-13 21:15:12 UTC (rev 40538)
@@ -595,7 +595,7 @@
 	_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);

Modified: scummvm/trunk/tools/credits.pl
===================================================================
--- scummvm/trunk/tools/credits.pl	2009-05-13 21:14:12 UTC (rev 40537)
+++ scummvm/trunk/tools/credits.pl	2009-05-13 21:15:12 UTC (rev 40538)
@@ -675,7 +675,7 @@
 	  begin_section("Miscellaneous");
 		add_person("David Corrales-Lopez", "david_corrales", "Filesystem access improvements (GSoC 2007 task)");
 		add_person("Jerome Fisher", "KingGuppy", "MT-32 emulator");
-		add_person("Jochen Hoenicke", "hoenicke", "Speaker & PCjr sound support, Adlib work");
+		add_person("Jochen Hoenicke", "hoenicke", "Speaker & PCjr sound support, AdLib work");
 		add_person("Chris Page", "cp88", "Return to launcher, savestate improvements, leak fixes, ... (GSoC 2008 task)");
 		add_person("Robin Watts", "robinwatts", "ARM assembly routines for nice speedups on several ports; improvements to the sound mixer");
 	  end_section();


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