mirror of https://github.com/stella-emu/stella.git
Made About Box compatible with OSX 10.1
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@340 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
2d7cbb0e0b
commit
873863049f
|
@ -7,7 +7,6 @@
|
|||
OUTLETS = {appNameField = id; creditsField = id; versionField = id; };
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{CLASS = AboutBoxTextView; LANGUAGE = ObjC; SUPERCLASS = NSTextView; },
|
||||
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
|
||||
);
|
||||
IBVersion = 1;
|
||||
|
|
|
@ -3,14 +3,16 @@
|
|||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IBDocumentLocation</key>
|
||||
<string>395 603 356 240 0 0 1280 1002 </string>
|
||||
<string>345 699 356 240 0 0 1280 1002 </string>
|
||||
<key>IBFramework Version</key>
|
||||
<string>349.0</string>
|
||||
<key>IBOldestOS</key>
|
||||
<integer>2</integer>
|
||||
<key>IBOpenObjects</key>
|
||||
<array>
|
||||
<integer>20</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>7F44</string>
|
||||
<string>7M34</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue