diff options
author | Hubert Maier | 2016-05-29 15:04:41 +0300 |
---|---|---|
committer | Hubert Maier | 2016-05-29 15:04:41 +0300 |
commit | 0d2ea47faf7f564abd031937c7d1d81253d38b2e (patch) | |
tree | a6731cc3426a8ad332285bd5c81be073a4307850 /engines/access | |
parent | d44ad1e82e631af1180683dbbee367b6e8bdcf2a (diff) | |
download | scummvm-rg350-0d2ea47faf7f564abd031937c7d1d81253d38b2e.tar.gz scummvm-rg350-0d2ea47faf7f564abd031937c7d1d81253d38b2e.tar.bz2 scummvm-rg350-0d2ea47faf7f564abd031937c7d1d81253d38b2e.zip |
GUI: Make copyright "sign" consistent
In the About dialog the copyright "sign" (C) is lower case (c) in nine engines.
Making them consistent by using (C) on all engines
Diffstat (limited to 'engines/access')
-rw-r--r-- | engines/access/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/access/detection.cpp b/engines/access/detection.cpp index 2cd7e50f0f..368753f117 100644 --- a/engines/access/detection.cpp +++ b/engines/access/detection.cpp @@ -94,7 +94,7 @@ public: } virtual const char *getOriginalCopyright() const { - return "Access Engine (c) 1989-1994 Access Software"; + return "Access Engine (C) 1989-1994 Access Software"; } virtual bool hasFeature(MetaEngineFeature f) const; |