[Scummvm-cvs-logs] scummvm master -> c76059eaf9666058fa0b8fb6e8165d703d366a55
Strangerke
Strangerke at scummvm.org
Mon Dec 7 00:13:13 CET 2015
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
c76059eaf9 CREDITS: Fix the case of mindFactory
Commit: c76059eaf9666058fa0b8fb6e8165d703d366a55
https://github.com/scummvm/scummvm/commit/c76059eaf9666058fa0b8fb6e8165d703d366a55
Author: Strangerke (strangerke at scummvm.org)
Date: 2015-12-07T00:06:50+01:00
Commit Message:
CREDITS: Fix the case of mindFactory
Changed paths:
AUTHORS
devtools/credits.pl
gui/credits.h
diff --git a/AUTHORS b/AUTHORS
index c230c4a..f5d62c2 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -738,6 +738,6 @@ Special thanks to
two Lost Files of Sherlock Holmes games. James M. Ferguson and Barry
Duncan for their tenacious efforts to recover the sources.
- The Mindfactory team for writing Broken Sword 2.5, a splendid fan-made
+ The mindFactory team for writing Broken Sword 2.5, a splendid fan-made
sequel, and for sharing the source code with us.
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 9bfbfd7..1a038c7 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -1310,7 +1310,7 @@ begin_credits("Credits");
"James M. Ferguson and Barry Duncan for their tenacious efforts to recover the sources.");
add_paragraph(
- "The Mindfactory team for writing Broken Sword 2.5, a splendid fan-made sequel, and for sharing ".
+ "The mindFactory team for writing Broken Sword 2.5, a splendid fan-made sequel, and for sharing ".
"the source code with us.");
end_section();
diff --git a/gui/credits.h b/gui/credits.h
index 8f6455e..72fe3fa 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -889,7 +889,7 @@ static const char *credits[] = {
"C0""",
"C0""Electronic Arts IP Preservation Team, particularly Stefan Serbicki, and Vasyl Tsvirkunov of Electronic Arts for providing the source code of the two Lost Files of Sherlock Holmes games. James M. Ferguson and Barry Duncan for their tenacious efforts to recover the sources.",
"C0""",
-"C0""The Mindfactory team for writing Broken Sword 2.5, a splendid fan-made sequel, and for sharing the source code with us.",
+"C0""The mindFactory team for writing Broken Sword 2.5, a splendid fan-made sequel, and for sharing the source code with us.",
"C0""",
"",
};
More information about the Scummvm-git-logs
mailing list