aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress
diff options
context:
space:
mode:
authorThierry Crozat2011-05-22 12:46:57 +0100
committerThierry Crozat2011-05-22 12:47:35 +0100
commitd2a55b42c938ef7a3ae19ff9fd8d6d2d5a727756 (patch)
tree5af04acf15810b371289d7476088530082a9c908 /engines/lastexpress
parent041a08b7c04d64858c35baabefa6c0a133ea11d2 (diff)
downloadscummvm-rg350-d2a55b42c938ef7a3ae19ff9fd8d6d2d5a727756.tar.gz
scummvm-rg350-d2a55b42c938ef7a3ae19ff9fd8d6d2d5a727756.tar.bz2
scummvm-rg350-d2a55b42c938ef7a3ae19ff9fd8d6d2d5a727756.zip
ENGINES: Further unify engine names
Diffstat (limited to 'engines/lastexpress')
-rw-r--r--engines/lastexpress/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lastexpress/detection.cpp b/engines/lastexpress/detection.cpp
index bfcb415da1..7c7c6b0a36 100644
--- a/engines/lastexpress/detection.cpp
+++ b/engines/lastexpress/detection.cpp
@@ -207,7 +207,7 @@ public:
LastExpressMetaEngine() : AdvancedMetaEngine(detectionParams) {}
const char *getName() const {
- return "Last Express";
+ return "Lastexpress";
}
const char *getOriginalCopyright() const {