diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-01-16 04:12:05 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-01-16 04:12:05 +0000 |
| commit | 969cfb8932f8bcd72c4fa4372ced4ee3473ba9cd (patch) | |
| tree | f5cb297bbe2e3842142ff76b46e04dd84429664b /macosx/Info.plist | |
| parent | c9dad6c0726165177ba5acd093ef01055b5a3302 (diff) | |
OS X:
Set proper development region on the info.plists
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88348 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Info.plist')
| -rw-r--r-- | macosx/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Info.plist b/macosx/Info.plist index 2f9201f5..1d71a818 100644 --- a/macosx/Info.plist +++ b/macosx/Info.plist @@ -5,7 +5,7 @@ <key>CFBundleAllowMixedLocalizations</key> <true/> <key>CFBundleDevelopmentRegion</key> - <string>en</string> + <string>en_US</string> <key>CFBundleDocumentTypes</key> <array> <dict> |
