mirror of
https://github.com/nickshanks/ResKnife.git
synced 2024-12-22 02:29:56 +00:00
Re-adding bitmap editor now that I know how to get them up there.
This commit is contained in:
parent
353d2060b6
commit
a5f2368bea
@ -2,7 +2,8 @@
|
|||||||
IBClasses = (
|
IBClasses = (
|
||||||
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||||
{
|
{
|
||||||
CLASS = PictWindowController;
|
ACTIONS = {imageViewChanged = id; };
|
||||||
|
CLASS = ICONWindowController;
|
||||||
LANGUAGE = ObjC;
|
LANGUAGE = ObjC;
|
||||||
OUTLETS = {imageView = NSImageView; resource = id; };
|
OUTLETS = {imageView = NSImageView; resource = id; };
|
||||||
SUPERCLASS = NSWindowController;
|
SUPERCLASS = NSWindowController;
|
||||||
|
@ -3,14 +3,16 @@
|
|||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<key>IBDocumentLocation</key>
|
<key>IBDocumentLocation</key>
|
||||||
<string>445 178 356 240 0 0 1600 1002 </string>
|
<string>239 118 356 240 0 0 1024 746 </string>
|
||||||
<key>IBFramework Version</key>
|
<key>IBFramework Version</key>
|
||||||
<string>286.0</string>
|
<string>326.0</string>
|
||||||
<key>IBLockedObjects</key>
|
<key>IBLockedObjects</key>
|
||||||
|
<array/>
|
||||||
|
<key>IBOpenObjects</key>
|
||||||
<array>
|
<array>
|
||||||
<integer>8</integer>
|
<integer>5</integer>
|
||||||
</array>
|
</array>
|
||||||
<key>IBSystem Version</key>
|
<key>IBSystem Version</key>
|
||||||
<string>6F21</string>
|
<string>7A202</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user