diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2012-05-23 19:18:31 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2012-05-23 19:18:31 +0000 |
| commit | 3e2fd08a49abdf6be2572449116486807786ef7f (patch) | |
| tree | 5e9b975cb7fb52ced554e68a721b4d29f78db2d0 | |
| parent | 0c3214390158d289eac83150ed1154038b36301e (diff) | |
| download | pcsxr-3e2fd08a49abdf6be2572449116486807786ef7f.tar.gz | |
Setting PcsxrMemCardDocument to be readable to Interface Builder 3.2.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@78281 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | macosx/English.lproj/AddPluginSheet.xib | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/macosx/English.lproj/AddPluginSheet.xib b/macosx/English.lproj/AddPluginSheet.xib index b137eed5..d5155354 100644 --- a/macosx/English.lproj/AddPluginSheet.xib +++ b/macosx/English.lproj/AddPluginSheet.xib @@ -2,13 +2,13 @@ <archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="8.00"> <data> <int key="IBDocument.SystemTarget">1060</int> - <string key="IBDocument.SystemVersion">11C74</string> - <string key="IBDocument.InterfaceBuilderVersion">1938</string> - <string key="IBDocument.AppKitVersion">1138.23</string> - <string key="IBDocument.HIToolboxVersion">567.00</string> + <string key="IBDocument.SystemVersion">11E53</string> + <string key="IBDocument.InterfaceBuilderVersion">2182</string> + <string key="IBDocument.AppKitVersion">1138.47</string> + <string key="IBDocument.HIToolboxVersion">569.00</string> <object class="NSMutableDictionary" key="IBDocument.PluginVersions"> <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string> - <string key="NS.object.0">1938</string> + <string key="NS.object.0">2182</string> </object> <array key="IBDocument.IntegratedClassDependencies"> <string>NSTextField</string> @@ -92,7 +92,6 @@ <string key="NSFrame">{{316, 11}, {90, 34}}</string> <reference key="NSSuperview" ref="802729152"/> <reference key="NSWindow"/> - <reference key="NSNextKeyView"/> <int key="NSViewLayerContentsRedrawPolicy">2</int> <bool key="NSEnabled">YES</bool> <object class="NSButtonCell" key="NSCell" id="970797641"> @@ -486,6 +485,17 @@ <object class="IBPartialClassDescription"> <string key="className">PcsxrPluginHandler</string> <string key="superclassName">NSWindowController</string> + <object class="NSMutableDictionary" key="actions"> + <string key="NS.key.0">closeAddPluginSheet:</string> + <string key="NS.object.0">id</string> + </object> + <object class="NSMutableDictionary" key="actionInfosByName"> + <string key="NS.key.0">closeAddPluginSheet:</string> + <object class="IBActionInfo" key="NS.object.0"> + <string key="name">closeAddPluginSheet:</string> + <string key="candidateClassName">id</string> + </object> + </object> <object class="NSMutableDictionary" key="outlets"> <string key="NS.key.0">pluginName</string> <string key="NS.object.0">NSTextField</string> @@ -514,6 +524,10 @@ <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.macosx</string> <real value="1060" key="NS.object.0"/> </object> + <object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies"> + <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3</string> + <real value="3200" key="NS.object.0"/> + </object> <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool> <int key="IBDocument.defaultPropertyAccessControl">3</int> <object class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes"> |
