|
From: Geisschaes <gei...@us...> - 2005-09-17 10:33:33
|
Update of /cvsroot/macattrick/macattrick/English.lproj/PositionTableView.nib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32668/English.lproj/PositionTableView.nib Modified Files: classes.nib info.nib keyedobjects.nib Log Message: backspace on positionstable works Index: info.nib =================================================================== RCS file: /cvsroot/macattrick/macattrick/English.lproj/PositionTableView.nib/info.nib,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** info.nib 18 Feb 2005 15:40:52 -0000 1.4 --- info.nib 17 Sep 2005 10:33:18 -0000 1.5 *************** *** 4,17 **** <dict> <key>IBDocumentLocation</key> ! <string>93 76 356 240 0 0 1600 1002 </string> <key>IBEditorPositions</key> <dict> <key>5</key> ! <string>35 467 827 517 0 0 1600 1002 </string> </dict> <key>IBFramework Version</key> ! <string>364.0</string> <key>IBSystem Version</key> ! <string>7U16</string> </dict> </plist> --- 4,21 ---- <dict> <key>IBDocumentLocation</key> ! <string>-25 71 356 240 0 0 1280 832 </string> <key>IBEditorPositions</key> <dict> <key>5</key> ! <string>226 305 827 517 0 0 1280 832 </string> </dict> <key>IBFramework Version</key> ! <string>439.0</string> ! <key>IBOpenObjects</key> ! <array> ! <integer>5</integer> ! </array> <key>IBSystem Version</key> ! <string>8C46</string> </dict> </plist> Index: classes.nib =================================================================== RCS file: /cvsroot/macattrick/macattrick/English.lproj/PositionTableView.nib/classes.nib,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** classes.nib 5 Dec 2004 21:47:25 -0000 1.1 --- classes.nib 17 Sep 2005 10:33:18 -0000 1.2 *************** *** 3,9 **** {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, { CLASS = PositionsController; LANGUAGE = ObjC; ! OUTLETS = {positionsTable = NSTableView; positionsTableView = NSView; }; SUPERCLASS = TeamController; }, --- 3,15 ---- {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, { + CLASS = PlayerTableView; + LANGUAGE = ObjC; + OUTLETS = {controller = id; }; + SUPERCLASS = NSTableView; + }, + { CLASS = PositionsController; LANGUAGE = ObjC; ! OUTLETS = {positionsTable = PlayerTableView; positionsTableView = NSView; }; SUPERCLASS = TeamController; }, Index: keyedobjects.nib =================================================================== RCS file: /cvsroot/macattrick/macattrick/English.lproj/PositionTableView.nib/keyedobjects.nib,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsrBMxaf and /tmp/cvs9guJJD differ |