aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/detection.cpp
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/cine/detection.cpp
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/cine/detection.cpp')
-rw-r--r--engines/cine/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/detection.cpp b/engines/cine/detection.cpp
index 262798a34e..0ef2c87288 100644
--- a/engines/cine/detection.cpp
+++ b/engines/cine/detection.cpp
@@ -90,7 +90,7 @@ public:
CineMetaEngine() : AdvancedMetaEngine(detectionParams) {}
virtual const char *getName() const {
- return "Cinematique evo 1";
+ return "Cine";
}
virtual const char *getOriginalCopyright() const {