From 9a4c0ae281e0b7b545360c6dbd347a432cdade12 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Thu, 15 Sep 2016 20:04:14 +0200 Subject: ENGINES: Normalize the getName() result of metaengines Also-By: Matthew Hoops --- engines/chewy/detection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/chewy/detection.cpp') diff --git a/engines/chewy/detection.cpp b/engines/chewy/detection.cpp index 835322d137..b582e83607 100644 --- a/engines/chewy/detection.cpp +++ b/engines/chewy/detection.cpp @@ -119,11 +119,11 @@ public: } virtual const char *getName() const { - return "Chewy Engine"; + return "Chewy: Esc from F5"; } virtual const char *getOriginalCopyright() const { - return "Chewy Engine New Generation Software (C) 1995"; + return "Chewy: Esc from F5 (C) 1995 New Generation Software"; } virtual bool hasFeature(MetaEngineFeature f) const; -- cgit v1.2.3