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/dreamweb/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/dreamweb') diff --git a/engines/dreamweb/detection.cpp b/engines/dreamweb/detection.cpp index 36af0c3811..ddaccc7f1e 100644 --- a/engines/dreamweb/detection.cpp +++ b/engines/dreamweb/detection.cpp @@ -76,7 +76,7 @@ public: } virtual const char *getName() const { - return "DreamWeb engine"; + return "DreamWeb"; } virtual const char *getOriginalCopyright() const { -- cgit v1.2.3