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/gob | |
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/gob')
-rw-r--r-- | engines/gob/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 20d5d40893..c9a5ecaa19 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -2283,7 +2283,7 @@ public: return "Gob Engine"; } - virtual const char *getCopyright() const { + virtual const char *getOriginalCopyright() const { return "Goblins Games (C) Coktel Vision"; } |