From d2a55b42c938ef7a3ae19ff9fd8d6d2d5a727756 Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Sun, 22 May 2011 12:46:57 +0100 Subject: ENGINES: Further unify engine names --- engines/cine/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cine/detection.cpp') 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 { -- cgit v1.2.3