Changeset 6590
- Timestamp:
- May 25, 2007, 4:41:50 AM (18 years ago)
- Location:
- branches/ide-1.0/ccl/OpenMCL.app/Contents/Resources/English.lproj/MainMenu.nib
- Files:
-
- 3 edited
-
classes.nib (modified) (1 diff)
-
info.nib (modified) (2 diffs)
-
keyedobjects.nib (modified) ( previous)
Legend:
- Unmodified
- Added
- Removed
-
branches/ide-1.0/ccl/OpenMCL.app/Contents/Resources/English.lproj/MainMenu.nib/classes.nib
r874 r6590 1 { 2 IBClasses = ( 3 { 4 ACTIONS = { 5 backtrace = id; 6 continue = id; 7 exitBreak = id; 8 inspect = id; 9 interrupt = id; 10 newListener = id; 11 restarts = id; 12 }; 13 CLASS = FirstResponder; 14 LANGUAGE = ObjC; 15 SUPERCLASS = NSObject; 16 }, 17 { 18 ACTIONS = {showPreferences = id; toggleTypeout = id; }; 19 CLASS = NSApplication; 20 LANGUAGE = ObjC; 21 SUPERCLASS = NSResponder; 22 } 23 ); 24 IBVersion = 1; 25 } 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 <plist version="1.0"> 4 <dict> 5 <key>IBClasses</key> 6 <array> 7 <dict> 8 <key>ACTIONS</key> 9 <dict> 10 <key>showPreferences</key> 11 <string>id</string> 12 <key>toggleTypeout</key> 13 <string>id</string> 14 </dict> 15 <key>CLASS</key> 16 <string>NSApplication</string> 17 <key>LANGUAGE</key> 18 <string>ObjC</string> 19 <key>SUPERCLASS</key> 20 <string>NSResponder</string> 21 </dict> 22 <dict> 23 <key>ACTIONS</key> 24 <dict> 25 <key>backtrace</key> 26 <string>id</string> 27 <key>continue</key> 28 <string>id</string> 29 <key>exitBreak</key> 30 <string>id</string> 31 <key>inspect</key> 32 <string>id</string> 33 <key>interrupt</key> 34 <string>id</string> 35 <key>newListener</key> 36 <string>id</string> 37 <key>restarts</key> 38 <string>id</string> 39 </dict> 40 <key>CLASS</key> 41 <string>FirstResponder</string> 42 <key>LANGUAGE</key> 43 <string>ObjC</string> 44 <key>SUPERCLASS</key> 45 <string>NSObject</string> 46 </dict> 47 </array> 48 <key>IBVersion</key> 49 <string>1</string> 50 </dict> 51 </plist> -
branches/ide-1.0/ccl/OpenMCL.app/Contents/Resources/English.lproj/MainMenu.nib/info.nib
r6168 r6590 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 3 <plist version="1.0"> 4 4 <dict> 5 <key>IBDocumentLocation</key>6 <string>111 241 356 240 0 0 1280 1002 </string>7 <key>IBEditorPositions</key>8 <dict>9 <key>29</key>10 <string>249 729 401 44 0 0 1280 1002 </string>11 </dict>12 5 <key>IBFramework Version</key> 13 <string>446.1</string> 6 <string>599</string> 7 <key>IBOldestOS</key> 8 <integer>5</integer> 14 9 <key>IBOpenObjects</key> 15 10 <array> … … 17 12 </array> 18 13 <key>IBSystem Version</key> 19 <string> 8L2127</string>20 <key> IBUsesTextArchiving</key>21 < true/>14 <string>9A410</string> 15 <key>targetFramework</key> 16 <string>IBCocoaFramework</string> 22 17 </dict> 23 18 </plist>
Note:
See TracChangeset
for help on using the changeset viewer.
