Re-adding bitmap editor now that I know how to get them up there.

This commit is contained in:
Uli Kusterer 2003-08-06 18:25:11 +02:00
parent 353d2060b6
commit a5f2368bea
3 changed files with 8 additions and 5 deletions

View File

@ -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;

View File

@ -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>