diff options
author | das <das@noemail.net> | 2008-02-02 23:59:09 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2008-02-02 23:59:09 (GMT) |
commit | 02c3462e5c59c21c9ce1071593e698aab93f0215 (patch) | |
tree | 8fc9a4a3693faffc8c860136c25fa402d7eaa979 /macosx | |
parent | 8a5f686bc1ab1f05aaf996f0ce846af178d2c47c (diff) | |
download | tk-02c3462e5c59c21c9ce1071593e698aab93f0215.zip tk-02c3462e5c59c21c9ce1071593e698aab93f0215.tar.gz tk-02c3462e5c59c21c9ce1071593e698aab93f0215.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
FossilOrigin-Name: 13be7679379ec35fe1975b071faaba6b8fac895c
Diffstat (limited to 'macosx')
-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> |