aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur
diff options
context:
space:
mode:
authorEugene Sandulenko2016-05-29 14:46:06 +0200
committerEugene Sandulenko2016-05-29 14:46:06 +0200
commit97da924791c7e01b461fe6e96767436856c2a04f (patch)
tree413d99ed0da53dce1617cf372ae9e23c585ca3c7 /engines/voyeur
parentf80d676f3b8d137581e7ec8f250a1c402e77a422 (diff)
parent751bdc10b0993aff14fdcd499ae0da62cf2ec8a3 (diff)
downloadscummvm-rg350-97da924791c7e01b461fe6e96767436856c2a04f.tar.gz
scummvm-rg350-97da924791c7e01b461fe6e96767436856c2a04f.tar.bz2
scummvm-rg350-97da924791c7e01b461fe6e96767436856c2a04f.zip
Merge pull request #767 from raziel-/patch-1
GUI: Make (C) sign consistent in all engines
Diffstat (limited to 'engines/voyeur')
-rw-r--r--engines/voyeur/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/voyeur/detection.cpp b/engines/voyeur/detection.cpp
index 9e5320aac8..7b9fa6722e 100644
--- a/engines/voyeur/detection.cpp
+++ b/engines/voyeur/detection.cpp
@@ -75,7 +75,7 @@ public:
}
virtual const char *getOriginalCopyright() const {
- return "Voyeur (c) Philips P.O.V. Entertainment Group";
+ return "Voyeur (C) Philips P.O.V. Entertainment Group";
}
virtual bool hasFeature(MetaEngineFeature f) const;