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
This commit is contained in:
Hubert Maier 2016-05-29 15:04:41 +03:00
parent d44ad1e82e
commit 0d2ea47faf

View File

@ -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;