diff options
author | Hubert Maier | 2016-05-29 15:13:27 +0300 |
---|---|---|
committer | Hubert Maier | 2016-05-29 15:13:27 +0300 |
commit | f91cab147ec62ac3ddae23299952e05bf154613f (patch) | |
tree | d36c34c8c564c1fbc8acb1c43377f3d47dd528f6 | |
parent | 2715f47f8855c6e1baf30ed57b1036a717dac210 (diff) | |
download | scummvm-rg350-f91cab147ec62ac3ddae23299952e05bf154613f.tar.gz scummvm-rg350-f91cab147ec62ac3ddae23299952e05bf154613f.tar.bz2 scummvm-rg350-f91cab147ec62ac3ddae23299952e05bf154613f.zip |
Fix LAB copyright sign
-rw-r--r-- | engines/lab/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lab/detection.cpp b/engines/lab/detection.cpp index 1fd3ca8944..30890b5acf 100644 --- a/engines/lab/detection.cpp +++ b/engines/lab/detection.cpp @@ -127,7 +127,7 @@ public: } virtual const char *getOriginalCopyright() const { - return "Labyrinth of Time (c) 2004 The Wyrmkeep Entertainment Co. and Terra Nova Development"; + return "Labyrinth of Time (C) 2004 The Wyrmkeep Entertainment Co. and Terra Nova Development"; } virtual bool createInstance(OSystem *syst, Engine **engine, const ADGameDescription *desc) const { |