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/tucker/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/tucker/detection.cpp') diff --git a/engines/tucker/detection.cpp b/engines/tucker/detection.cpp index 197e20750c..00716a30eb 100644 --- a/engines/tucker/detection.cpp +++ b/engines/tucker/detection.cpp @@ -127,7 +127,7 @@ public: return "Tucker Engine"; } - virtual const char *getCopyright() const { + virtual const char *getOriginalCopyright() const { return "Bud Tucker in Double Trouble (C) Merit Studios"; } -- cgit v1.2.3