|
From: Geisschaes <gei...@us...> - 2005-06-12 15:13:20
|
Update of /cvsroot/macattrick/macattrick/English.lproj/HistoryView.nib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23353/English.lproj/HistoryView.nib Modified Files: classes.nib info.nib keyedobjects.nib Log Message: history management added Index: info.nib =================================================================== RCS file: /cvsroot/macattrick/macattrick/English.lproj/HistoryView.nib/info.nib,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** info.nib 10 Jun 2005 15:49:20 -0000 1.2 --- info.nib 12 Jun 2005 15:12:39 -0000 1.3 *************** *** 4,12 **** <dict> <key>IBDocumentLocation</key> ! <string>51 93 356 240 0 0 1280 832 </string> <key>IBEditorPositions</key> <dict> <key>10</key> ! <string>468 334 334 365 0 0 1280 832 </string> </dict> <key>IBFramework Version</key> --- 4,12 ---- <dict> <key>IBDocumentLocation</key> ! <string>416 80 356 240 0 0 1280 832 </string> <key>IBEditorPositions</key> <dict> <key>10</key> ! <string>299 395 334 342 0 0 1280 832 </string> </dict> <key>IBFramework Version</key> Index: classes.nib =================================================================== RCS file: /cvsroot/macattrick/macattrick/English.lproj/HistoryView.nib/classes.nib,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** classes.nib 8 Jun 2005 14:26:52 -0000 1.1 --- classes.nib 12 Jun 2005 15:12:39 -0000 1.2 *************** *** 1,4 **** { ! IBClasses = ({CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }); IBVersion = 1; } \ No newline at end of file --- 1,13 ---- { ! IBClasses = ( ! {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, ! { ! ACTIONS = {changeChoice = id; removeSelected = id; }; ! CLASS = HistoryController; ! LANGUAGE = ObjC; ! OUTLETS = {choice = NSPopUpButton; historyView = NSView; tableView = NSTableView; }; ! SUPERCLASS = NSObject; ! } ! ); IBVersion = 1; } \ No newline at end of file Index: keyedobjects.nib =================================================================== RCS file: /cvsroot/macattrick/macattrick/English.lproj/HistoryView.nib/keyedobjects.nib,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsyICCL2 and /tmp/cvs8IBCZR differ |