diff options
author | Johannes Schickel | 2010-01-25 00:13:32 +0000 |
---|---|---|
committer | Johannes Schickel | 2010-01-25 00:13:32 +0000 |
commit | 69071078b331f91e16827f8a29d221b6a9c732e3 (patch) | |
tree | dd0f32c5fff9aedce54c6eda4535dde992a886c5 /gui | |
parent | 1a6573ab66d90bab9d3f73f26414a0aee05353bd (diff) | |
download | scummvm-rg350-69071078b331f91e16827f8a29d221b6a9c732e3.tar.gz scummvm-rg350-69071078b331f91e16827f8a29d221b6a9c732e3.tar.bz2 scummvm-rg350-69071078b331f91e16827f8a29d221b6a9c732e3.zip |
Replace some more Adlib uses by AdLib.
svn-id: r47530
Diffstat (limited to 'gui')
-rw-r--r-- | gui/launcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp index b86d524119..0b26c6c44e 100644 --- a/gui/launcher.cpp +++ b/gui/launcher.cpp @@ -823,7 +823,7 @@ void LauncherDialog::editGame(int item) { // default set nothing and use the global ScummVM settings. E.g. the user // can set here an optional alternate music volume, or for specific games // a different music driver etc. - // This is useful because e.g. MonkeyVGA needs Adlib music to have decent + // This is useful because e.g. MonkeyVGA needs AdLib music to have decent // music support etc. assert(item >= 0); String gameId(ConfMan.get("gameid", _domains[item])); |