source: branches/purify/source/cocoa-ide/ide-contents/Resources/English.lproj/InfoPlist.strings

Last change on this file was 12177, checked in by Gary Byers, 15 years ago

Don't provide a "localized" version of CFBundleName, since it would
override Info.plist's version and be used to set the application menu
name.
Provide shorter version strings (for the About box) since longer ones
won't fit on screen.
Bump to 1.4-dev.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 297 bytes
Line 
1/* Localized versions of Info.plist keys */
2
3CFBundleShortVersionString = "Version 1.4-dev";
4CFBundleGetInfoString = "Clozure Common Lisp version 1.4, Copyright 2002-2009 Clozure Associates and contributors.";
5NSHumanReadableCopyright = "Copyright 2002-2009 Clozure Associates and contributors.";
Note: See TracBrowser for help on using the repository browser.