From 047f116515e07cdebb54284a1078a6d581595158 Mon Sep 17 00:00:00 2001 From: Jordi Vilalta Prat Date: Thu, 5 Mar 2009 12:04:58 +0000 Subject: Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match the meaning of the returned string, as discussed some time ago in scummvm-devel svn-id: r39132 --- engines/groovie/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/groovie') diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp index 111ac737ae..5d5cd89c8b 100644 --- a/engines/groovie/detection.cpp +++ b/engines/groovie/detection.cpp @@ -191,7 +191,7 @@ public: return "Groovie Engine"; } - const char *getCopyright() const { + const char *getOriginalCopyright() const { return "Groovie Engine (C) 1990-1996 Trilobyte"; } -- cgit v1.2.3