diff options
author | Jordi Vilalta Prat | 2009-03-05 12:04:58 +0000 |
---|---|---|
committer | Jordi Vilalta Prat | 2009-03-05 12:04:58 +0000 |
commit | 047f116515e07cdebb54284a1078a6d581595158 (patch) | |
tree | e873c397c78683b726b7546639a343992711df8a /engines/groovie | |
parent | cdc9f46bd921b5135f5f8a5881823377cebd6e55 (diff) | |
download | scummvm-rg350-047f116515e07cdebb54284a1078a6d581595158.tar.gz scummvm-rg350-047f116515e07cdebb54284a1078a6d581595158.tar.bz2 scummvm-rg350-047f116515e07cdebb54284a1078a6d581595158.zip |
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
Diffstat (limited to 'engines/groovie')
-rw-r--r-- | engines/groovie/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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"; } |