diff options
author | das <das> | 2008-02-02 23:58:55 (GMT) |
---|---|---|
committer | das <das> | 2008-02-02 23:58:55 (GMT) |
commit | c6a7ad3b14aba0b0f904b92d7d3c0e7a78638701 (patch) | |
tree | c1470bf805d53464d093820a01fbbddfd9d20f10 /macosx | |
parent | b0fad09e31a788b60e6d4a5eec3c72eff738e91f (diff) | |
download | tk-c6a7ad3b14aba0b0f904b92d7d3c0e7a78638701.zip tk-c6a7ad3b14aba0b0f904b92d7d3c0e7a78638701.tar.gz tk-c6a7ad3b14aba0b0f904b92d7d3c0e7a78638701.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.59
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 6cc3eef..dc5b10d 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.2 2007/04/23 21:24:32 das Exp $ + RCS: @(#) $Id: Wish-Info.plist.in,v 1.3 2008/02/02 23:58:55 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> |