Changeset 6742
- Timestamp:
- Jun 16, 2007, 7:14:39 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
r6728 r6742 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 } 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> -
branches/ide-1.0/ccl/OpenMCL.app/Contents/Resources/English.lproj/preferences.nib/info.nib
r6728 r6742 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>99 324 356 240 0 0 1280 1002 </string>7 5 <key>IBFramework Version</key> 8 <string> 446.1</string>6 <string>600</string> 9 7 <key>IBOldestOS</key> 10 8 <integer>4</integer> 11 9 <key>IBOpenObjects</key> 12 10 <array> 13 <integer> 1</integer>11 <integer>3</integer> 14 12 </array> 15 13 <key>IBSystem Version</key> 16 <string>8P135</string> 17 <key>IBUsesTextArchiving</key> 18 <true/> 14 <string>9A410j</string> 19 15 <key>targetFramework</key> 20 16 <string>IBCocoaFramework</string>
Note:
See TracChangeset
for help on using the changeset viewer.
