diff options
author | Matthew Hoops | 2011-03-27 11:44:02 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-03-27 11:44:02 -0400 |
commit | def47fd87472a456fe373f9639e541653d590502 (patch) | |
tree | 5b59d87e61e64250fdc84db2ae8f3b8b184983ad | |
parent | b8a118eb0c2fb6085a65e3796c3d3d05f73a5197 (diff) | |
download | scummvm-rg350-def47fd87472a456fe373f9639e541653d590502.tar.gz scummvm-rg350-def47fd87472a456fe373f9639e541653d590502.tar.bz2 scummvm-rg350-def47fd87472a456fe373f9639e541653d590502.zip |
MOHAWK: Correct title of Dr. Seuss's ABC
-rw-r--r-- | engines/mohawk/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/detection.cpp b/engines/mohawk/detection.cpp index f759304f7d..5bd904d9bb 100644 --- a/engines/mohawk/detection.cpp +++ b/engines/mohawk/detection.cpp @@ -108,7 +108,7 @@ static const PlainGameDescriptor mohawkGames[] = { {"jamesmath", "James Discovers/Explores Math"}, {"treehouse", "The Treehouse"}, {"greeneggs", "Green Eggs and Ham"}, - {"seussabc", "Dr Seuss ABC"}, + {"seussabc", "Dr Seuss's ABC"}, {"1stdegree", "In the 1st Degree"}, {"csusa", "Where in the USA is Carmen Sandiego?"}, {"tortoise", "Aesop's Fables: The Tortoise and the Hare"}, |