diff options
Diffstat (limited to 'engines/xeen')
-rw-r--r-- | engines/xeen/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/xeen/detection.cpp b/engines/xeen/detection.cpp index d304d95dee..e427396894 100644 --- a/engines/xeen/detection.cpp +++ b/engines/xeen/detection.cpp @@ -114,11 +114,11 @@ public: } virtual const char *getName() const { - return "Xeen Engine"; + return "Xeen"; } virtual const char *getOriginalCopyright() const { - return "Xeen Engine (c) 1992-1993 New World Computing, Inc."; + return "Xeen (c) 1992-1993 New World Computing, Inc."; } virtual bool hasFeature(MetaEngineFeature f) const; |