From 82580aacb6ba30f2c4e059e6df5b7a084791b5d0 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 9 Dec 2018 09:51:04 -0800 Subject: GLK: Update engine name and copyright strings --- engines/glk/detection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/glk') diff --git a/engines/glk/detection.cpp b/engines/glk/detection.cpp index b8481788cc..d4773c250b 100644 --- a/engines/glk/detection.cpp +++ b/engines/glk/detection.cpp @@ -52,11 +52,11 @@ public: GlkMetaEngine() : MetaEngine() {} virtual const char *getName() const { - return "ScummGlk Engine"; + return "ScummGlk"; } virtual const char *getOriginalCopyright() const { - return "ScummGlk Engine (c) 2018"; + return "Infocom games (C) Infocom\nScott Adams games (C) Scott Adams"; } virtual bool hasFeature(MetaEngineFeature f) const override; -- cgit v1.2.3