|
Revision 41, 0.7 kB
(checked in by ngerakines, 3 years ago)
|
|
* Put into place the real icons that Wiley sent over
* Fixed the prefs on login
* Removed the TypePadSuper class
* General code cleanup
|
| Line | |
|---|
| 1 | { |
|---|
| 2 | IBClasses = ( |
|---|
| 3 | {CLASS = CommentTable; LANGUAGE = ObjC; SUPERCLASS = NSTableView; }, |
|---|
| 4 | {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, |
|---|
| 5 | {CLASS = ImageDragArea; LANGUAGE = ObjC; SUPERCLASS = NSImageView; }, |
|---|
| 6 | {CLASS = NSSegmentedControl; LANGUAGE = ObjC; SUPERCLASS = NSControl; }, |
|---|
| 7 | {CLASS = RoundedView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, |
|---|
| 8 | {CLASS = TransparentWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }, |
|---|
| 9 | { |
|---|
| 10 | ACTIONS = {refreshcomments = id; }; |
|---|
| 11 | CLASS = TypePadController; |
|---|
| 12 | LANGUAGE = ObjC; |
|---|
| 13 | OUTLETS = {bloglist = id; commentlist = id; }; |
|---|
| 14 | SUPERCLASS = NSObject; |
|---|
| 15 | } |
|---|
| 16 | ); |
|---|
| 17 | IBVersion = 1; |
|---|
| 18 | } |
|---|