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/draci/detection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/draci') diff --git a/engines/draci/detection.cpp b/engines/draci/detection.cpp index 9a76e3890c..63cd8a2c2b 100644 --- a/engines/draci/detection.cpp +++ b/engines/draci/detection.cpp @@ -88,11 +88,11 @@ public: } virtual const char *getName() const { - return "Draci"; + return "Draci Historie"; } virtual const char *getOriginalCopyright() const { - return "Copyright (C) 1995 NoSense"; + return "Draci Historie (C) 1995 NoSense"; } virtual bool hasFeature(MetaEngineFeature f) const; -- cgit v1.2.3