diff options
author | das <das> | 2008-02-02 23:59:10 (GMT) |
---|---|---|
committer | das <das> | 2008-02-02 23:59:10 (GMT) |
commit | 870a7bc8e458efe58ba40887c06509beea64cc0d (patch) | |
tree | 8fc9a4a3693faffc8c860136c25fa402d7eaa979 /macosx/Wish-Info.plist.in | |
parent | 03def044c94d5a92a5120296510cd2bfa8c9e3fe (diff) | |
download | tk-870a7bc8e458efe58ba40887c06509beea64cc0d.zip tk-870a7bc8e458efe58ba40887c06509beea64cc0d.tar.gz tk-870a7bc8e458efe58ba40887c06509beea64cc0d.tar.bz2 |
* macosx/Wish-Info.plist.in: add CFBundleLocalizations key, listing
* unix/configure.in (Darwin): all library/msgs locales.
* unix/configure.in (Darwin): correct Info.plist year substitution in
non-framework builds.
* unix/configure: autoconf-2.13
Diffstat (limited to 'macosx/Wish-Info.plist.in')
-rw-r--r-- | macosx/Wish-Info.plist.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/macosx/Wish-Info.plist.in b/macosx/Wish-Info.plist.in index 3ca0705..875be92 100644 --- a/macosx/Wish-Info.plist.in +++ b/macosx/Wish-Info.plist.in @@ -6,7 +6,7 @@ See the file "license.terms" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - RCS: @(#) $Id: Wish-Info.plist.in,v 1.1.2.3 2007/04/29 02:26:47 das Exp $ + RCS: @(#) $Id: Wish-Info.plist.in,v 1.1.2.4 2008/02/02 23:59:11 das Exp $ --> <plist version="1.0"> <dict> @@ -51,6 +51,10 @@ Copyright © 2001-2002, Apple Computer, Inc.</string> <string>com.tcltk.wish</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> + <key>CFBundleLocalizations</key> + <array> + @CFBUNDLELOCALIZATIONS@ + </array> <key>CFBundleName</key> <string>Wish</string> <key>CFBundlePackageType</key> |