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/sword1 | |
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/sword1')
-rw-r--r-- | engines/sword1/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword1/detection.cpp b/engines/sword1/detection.cpp index 16e564c5a7..ac13cfc237 100644 --- a/engines/sword1/detection.cpp +++ b/engines/sword1/detection.cpp @@ -79,7 +79,7 @@ public: virtual const char *getName() const { return "Broken Sword"; } - virtual const char *getCopyright() const { + virtual const char *getOriginalCopyright() const { return "Broken Sword Games (C) Revolution"; } |