Changeset 6750
- Timestamp:
- Jun 16, 2007, 10:32:36 PM (17 years ago)
- Location:
- branches/ide-1.0/ccl/OpenMCL.app/Contents/Resources/English.lproj/preferences.nib
- Files:
-
- 3 edited
-
classes.nib (modified) (1 diff)
-
info.nib (modified) (1 diff)
-
keyedobjects.nib (modified) ( previous)
Legend:
- Unmodified
- Added
- Removed
-
branches/ide-1.0/ccl/OpenMCL.app/Contents/Resources/English.lproj/preferences.nib/classes.nib
r6742 r6750 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>CLASS</key> 9 <string>LispPreferencesPanel</string> 10 <key>LANGUAGE</key> 11 <string>ObjC</string> 12 <key>SUPERCLASS</key> 13 <string>NSPanel</string> 14 </dict> 15 <dict> 16 <key>ACTIONS</key> 17 <dict> 18 <key>fontPanelForDefaultFont</key> 19 <string>id</string> 20 <key>fontPanelForModelineFont</key> 21 <string>id</string> 22 </dict> 23 <key>CLASS</key> 24 <string>LispPreferencesWindowController</string> 25 <key>LANGUAGE</key> 26 <string>ObjC</string> 27 <key>SUPERCLASS</key> 28 <string>NSWindowController</string> 29 </dict> 30 </array> 31 <key>IBVersion</key> 32 <string>1</string> 33 </dict> 34 </plist> 1 { 2 IBClasses = ( 3 {CLASS = LispPreferencesPanel; LANGUAGE = ObjC; SUPERCLASS = NSPanel; }, 4 { 5 ACTIONS = {fontPanelForDefaultFont = id; fontPanelForModelineFont = id; }; 6 CLASS = LispPreferencesWindowController; 7 LANGUAGE = ObjC; 8 SUPERCLASS = NSWindowController; 9 } 10 ); 11 IBVersion = 1; 12 } -
branches/ide-1.0/ccl/OpenMCL.app/Contents/Resources/English.lproj/preferences.nib/info.nib
r6742 r6750 1 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">2 <!DOCTYPE plist PUBLIC "-//Apple Computer//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>212 383 356 240 0 0 1280 1002 </string> 5 7 <key>IBFramework Version</key> 6 <string> 600</string>8 <string>446.1</string> 7 9 <key>IBOldestOS</key> 8 10 <integer>4</integer> 9 11 <key>IBOpenObjects</key> 10 12 <array> 11 <integer> 3</integer>13 <integer>1</integer> 12 14 </array> 13 15 <key>IBSystem Version</key> 14 <string>9A410j</string> 16 <string>8P135</string> 17 <key>IBUsesTextArchiving</key> 18 <true/> 15 19 <key>targetFramework</key> 16 20 <string>IBCocoaFramework</string>
Note:
See TracChangeset
for help on using the changeset viewer.
