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/sword2/sword2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sword2') diff --git a/engines/sword2/sword2.cpp b/engines/sword2/sword2.cpp index 4d8399e630..453efb4894 100644 --- a/engines/sword2/sword2.cpp +++ b/engines/sword2/sword2.cpp @@ -85,10 +85,10 @@ static const ExtraGuiOption sword2ExtraGuiOption = { class Sword2MetaEngine : public MetaEngine { public: virtual const char *getName() const { - return "Sword2"; + return "Broken Sword II: The Smoking Mirror"; } virtual const char *getOriginalCopyright() const { - return "Broken Sword Games (C) Revolution"; + return "Broken Sword II: The Smoking Mirror (C) Revolution"; } virtual bool hasFeature(MetaEngineFeature f) const; -- cgit v1.2.3