|
From: Geisschaes <gei...@us...> - 2005-05-09 19:49:33
|
Update of /cvsroot/macattrick/macattrick/English.lproj/FormulasView.nib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3842/English.lproj/FormulasView.nib Modified Files: classes.nib info.nib keyedobjects.nib Log Message: import and export buttons added. but import has some memory problem Index: info.nib =================================================================== RCS file: /cvsroot/macattrick/macattrick/English.lproj/FormulasView.nib/info.nib,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** info.nib 18 Feb 2005 15:40:43 -0000 1.7 --- info.nib 9 May 2005 19:48:51 -0000 1.8 *************** *** 4,15 **** <dict> <key>IBDocumentLocation</key> ! <string>89 229 356 240 0 0 1600 1002 </string> <key>IBEditorPositions</key> <dict> <key>1848</key> ! <string>34 637 540 351 0 0 1600 1002 </string> </dict> <key>IBFramework Version</key> ! <string>364.0</string> <key>IBOpenObjects</key> <array> --- 4,15 ---- <dict> <key>IBDocumentLocation</key> ! <string>56 141 356 240 0 0 1280 832 </string> <key>IBEditorPositions</key> <dict> <key>1848</key> ! <string>143 369 540 351 0 0 1280 832 </string> </dict> <key>IBFramework Version</key> ! <string>437.0</string> <key>IBOpenObjects</key> <array> *************** *** 17,21 **** </array> <key>IBSystem Version</key> ! <string>7U16</string> </dict> </plist> --- 17,21 ---- </array> <key>IBSystem Version</key> ! <string>8A428</string> </dict> </plist> Index: classes.nib =================================================================== RCS file: /cvsroot/macattrick/macattrick/English.lproj/FormulasView.nib/classes.nib,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** classes.nib 7 Feb 2005 21:15:40 -0000 1.3 --- classes.nib 9 May 2005 19:48:50 -0000 1.4 *************** *** 3,10 **** {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, { ! ACTIONS = {export = id; }; CLASS = FormulasViewController; LANGUAGE = ObjC; ! OUTLETS = {formulasView = NSView; keeperTotal = NSTextField; }; SUPERCLASS = NSObject; } --- 3,10 ---- {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, { ! ACTIONS = {export = id; import = id; }; CLASS = FormulasViewController; LANGUAGE = ObjC; ! OUTLETS = {formulasView = NSView; }; SUPERCLASS = NSObject; } Index: keyedobjects.nib =================================================================== RCS file: /cvsroot/macattrick/macattrick/English.lproj/FormulasView.nib/keyedobjects.nib,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 Binary files /tmp/cvs2arEIb and /tmp/cvsAzr1yB differ |