aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress
diff options
context:
space:
mode:
authorBastien Bouclet2016-09-15 20:04:14 +0200
committerBastien Bouclet2018-12-10 06:47:27 +0100
commit9a4c0ae281e0b7b545360c6dbd347a432cdade12 (patch)
tree8b4c1287fb54520dc8856bbf523c5415ce8118e6 /engines/lastexpress
parentcf82dfaec5847d791c5f7f98e31544cd4098d901 (diff)
downloadscummvm-rg350-9a4c0ae281e0b7b545360c6dbd347a432cdade12.tar.gz
scummvm-rg350-9a4c0ae281e0b7b545360c6dbd347a432cdade12.tar.bz2
scummvm-rg350-9a4c0ae281e0b7b545360c6dbd347a432cdade12.zip
ENGINES: Normalize the getName() result of metaengines
Also-By: Matthew Hoops <clone2727@gmail.com>
Diffstat (limited to 'engines/lastexpress')
-rw-r--r--engines/lastexpress/detection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/lastexpress/detection.cpp b/engines/lastexpress/detection.cpp
index 1610eb0e2d..d3161b9f85 100644
--- a/engines/lastexpress/detection.cpp
+++ b/engines/lastexpress/detection.cpp
@@ -232,11 +232,11 @@ public:
}
const char *getName() const {
- return "Lastexpress";
+ return "The Last Express";
}
const char *getOriginalCopyright() const {
- return "LastExpress Engine (C) 1997 Smoking Car Productions";
+ return "The Last Express (C) 1997 Smoking Car Productions";
}
protected: