diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-26 21:35:28 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-26 21:39:50 +0000 |
| commit | b2b0b98acc55f556ab995b27289028519b8f4a30 (patch) | |
| tree | 0d13fee93f99e3757d86ed3fc539ac05d4dfebb9 /platform/osx/dcpomatic2_server.Info.plist.in | |
| parent | 0e6d4402c013eb6be666b5f638dd932052ae6c51 (diff) | |
Add CFBundleAllowMixedLocalizations to Info.plist to try to get
translated file dialogues on OS X (#1261).
Diffstat (limited to 'platform/osx/dcpomatic2_server.Info.plist.in')
| -rw-r--r-- | platform/osx/dcpomatic2_server.Info.plist.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/osx/dcpomatic2_server.Info.plist.in b/platform/osx/dcpomatic2_server.Info.plist.in index c4993d4d8..a33078f66 100644 --- a/platform/osx/dcpomatic2_server.Info.plist.in +++ b/platform/osx/dcpomatic2_server.Info.plist.in @@ -24,6 +24,8 @@ <string>DOMC</string> <key>CFBundleVersion</key> <string>@VERSION@</string> + <key>CFBundleAllowMixedLocalizations</key> + <true/> <key>LSUIElement</key> <string>0</string> <key>NSMainNibFile</key> |
