diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-01-28 16:26:24 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-01-28 16:26:24 +0000 |
commit | 541b2a552b227e4f2d442824ea6562ce3a6cbcef (patch) | |
tree | 6b0a751980a0a4d60bcbb1d02eb9aac56f3e9a71 | |
parent | 759e3abaf193c874a09d101bf8669bfacc901bdc (diff) |
hard-coded 'en' localization since that's the built-in language of Pd and Mac OS X seems to need to that set to work properly
svn path=/trunk/; revision=15899
-rw-r--r-- | packages/darwin_app/Info.plist.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/darwin_app/Info.plist.in b/packages/darwin_app/Info.plist.in index 79c9cc75..27d65eb5 100644 --- a/packages/darwin_app/Info.plist.in +++ b/packages/darwin_app/Info.plist.in @@ -27,6 +27,7 @@ <string>PD_APP_NAME</string> <key>CFBundleLocalizations</key> <array> + <string>en</string> CFBUNDLELOCALIZATIONS </array> <key>CFBundleIconFile</key> |