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/touche | |
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/touche')
-rw-r--r-- | engines/touche/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/touche/detection.cpp b/engines/touche/detection.cpp index 4a82ee0cfe..dcaab80d6e 100644 --- a/engines/touche/detection.cpp +++ b/engines/touche/detection.cpp @@ -133,7 +133,7 @@ public: return "Touche Engine"; } - virtual const char *getCopyright() const { + virtual const char *getOriginalCopyright() const { return "Touche: The Adventures of the 5th Musketeer (C) Clipper Software"; } |