diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-08-29 23:36:29 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-08-29 23:36:29 +0000 |
| commit | 460faedba401d0f1a754e8d3b9d4fd1c853d9413 (patch) | |
| tree | 64f2b3f0e960c0da80df729ead41a9a1165b37dc /macosx/plugins/DFInput/English.lproj/InfoPlist.strings | |
| parent | 06f5ec54da4efb1383298da7c2d20805c5304dd1 (diff) | |
| download | pcsxr-460faedba401d0f1a754e8d3b9d4fd1c853d9413.tar.gz | |
Re-working how DFInput on OS X stores preferences, making it match the rest of the OS X plug-ins.
Do some localization support work on DFInput on OS X.
Bump the version in the info.plist file for DFInput to 1.5.
Other code changes and improvements on the Mac port.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87023 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFInput/English.lproj/InfoPlist.strings')
| -rwxr-xr-x | macosx/plugins/DFInput/English.lproj/InfoPlist.strings | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/plugins/DFInput/English.lproj/InfoPlist.strings b/macosx/plugins/DFInput/English.lproj/InfoPlist.strings index 49b56346..80f51efb 100755 --- a/macosx/plugins/DFInput/English.lproj/InfoPlist.strings +++ b/macosx/plugins/DFInput/English.lproj/InfoPlist.strings @@ -1,6 +1,6 @@ /* Localized versions of Info.plist keys */ CFBundleName = "DFInput PSX Controller Plugin"; -CFBundleShortVersionString = "DFInput version 1.0"; -CFBundleGetInfoString = "DFInput PSX Controller Plugin version 1.0, Copyright © 2009 Wei Mingzhi."; +CFBundleShortVersionString = "DFInput version 1.5"; +CFBundleGetInfoString = "DFInput PSX Controller Plugin version 1.5, Copyright © 2009 Wei Mingzhi."; NSHumanReadableCopyright = "Copyright © 2009 Wei Mingzhi."; |
