diff --git a/Cocoa/Plug-Ins/PICT Editor/English.lproj/PictWindow.nib/classes.nib b/Cocoa/Plug-Ins/PICT Editor/English.lproj/PictWindow.nib/classes.nib index e3749e8..fa4aa22 100644 --- a/Cocoa/Plug-Ins/PICT Editor/English.lproj/PictWindow.nib/classes.nib +++ b/Cocoa/Plug-Ins/PICT Editor/English.lproj/PictWindow.nib/classes.nib @@ -2,7 +2,8 @@ IBClasses = ( {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, { - CLASS = PictWindowController; + ACTIONS = {imageViewChanged = id; }; + CLASS = ICONWindowController; LANGUAGE = ObjC; OUTLETS = {imageView = NSImageView; resource = id; }; SUPERCLASS = NSWindowController; diff --git a/Cocoa/Plug-Ins/PICT Editor/English.lproj/PictWindow.nib/info.nib b/Cocoa/Plug-Ins/PICT Editor/English.lproj/PictWindow.nib/info.nib index 4e93136..3963b6f 100644 --- a/Cocoa/Plug-Ins/PICT Editor/English.lproj/PictWindow.nib/info.nib +++ b/Cocoa/Plug-Ins/PICT Editor/English.lproj/PictWindow.nib/info.nib @@ -3,14 +3,16 @@ IBDocumentLocation - 445 178 356 240 0 0 1600 1002 + 239 118 356 240 0 0 1024 746 IBFramework Version - 286.0 + 326.0 IBLockedObjects + + IBOpenObjects - 8 + 5 IBSystem Version - 6F21 + 7A202 diff --git a/Cocoa/Plug-Ins/PICT Editor/English.lproj/PictWindow.nib/objects.nib b/Cocoa/Plug-Ins/PICT Editor/English.lproj/PictWindow.nib/objects.nib index 42e2757..98d26c0 100644 Binary files a/Cocoa/Plug-Ins/PICT Editor/English.lproj/PictWindow.nib/objects.nib and b/Cocoa/Plug-Ins/PICT Editor/English.lproj/PictWindow.nib/objects.nib differ