mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 07:39:08 +00:00
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:
parent
d44ad1e82e
commit
0d2ea47faf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user