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/sherlock/detection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sherlock') diff --git a/engines/sherlock/detection.cpp b/engines/sherlock/detection.cpp index e72700fbf2..ff253a15df 100644 --- a/engines/sherlock/detection.cpp +++ b/engines/sherlock/detection.cpp @@ -137,11 +137,11 @@ public: sherlockGames, optionsList) {} virtual const char *getName() const { - return "Sherlock Engine"; + return "Sherlock"; } virtual const char *getOriginalCopyright() const { - return "Sherlock Engine (C) 1992-1996 Mythos Software, 1992-1996 (C) Electronic Arts"; + return "Sherlock (C) 1992-1996 Mythos Software, (C) 1992-1996 Electronic Arts"; } /** -- cgit v1.2.3