To use F53About in a new project:

- Add the F53About files to your project.
- Make sure your localized InfoPlist.strings file contains an NSHumanReadableCopyright.
- If you want a tagline under the icon, add it to InfoPlist.strings as F53AboutTagLine.
- Add a credits.html file to the resources.
- Instantiate a new object in your main nib file, set its class to F53AboutController (or a subclass if needed), and connect your "About" menu item to its -showWindow: action.
