mirror of https://github.com/stella-emu/stella.git
Add the Atari cartridge file type to the InfoPlist.strings file.
It is localizable. Update the version number in InfoPlist.Strings.
This commit is contained in:
parent
649c054d54
commit
15a7d1e520
|
@ -1,6 +1,8 @@
|
||||||
/* Localized versions of Info.plist keys */
|
/* Localized versions of Info.plist keys */
|
||||||
|
|
||||||
CFBundleName = "Stella";
|
CFBundleName = "Stella";
|
||||||
CFBundleShortVersionString = "Stella version 3.0";
|
CFBundleShortVersionString = "Stella version 4.7.3";
|
||||||
CFBundleGetInfoString = "Stella version 3.0";
|
CFBundleGetInfoString = "Stella version 4.7.3";
|
||||||
NSHumanReadableCopyright = "Stella MacOS X version by Stephen Anthony and Mark Grebe.";
|
NSHumanReadableCopyright = "Stella MacOS X version by Stephen Anthony and Mark Grebe.";
|
||||||
|
|
||||||
|
"Atari 2600 Cartridge File" = "Atari 2600 Cartridge File";
|
||||||
|
|
Loading…
Reference in New Issue