source: branches/1.2-devel/ccl/cocoa-ide/ide-contents/Resources/English.lproj/preferences.nib/classes.nib

Last change on this file was 7567, checked in by R. Matthew Emerson, 17 years ago

Remove old prefs panel

File size: 1.2 KB
Line 
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>selectCCLDirectory</key>
11 <string>id</string>
12 <key>showFontPanel</key>
13 <string>id</string>
14 </dict>
15 <key>CLASS</key>
16 <string>PreferencesWindowController</string>
17 <key>LANGUAGE</key>
18 <string>ObjC</string>
19 <key>OUTLETS</key>
20 <dict>
21 <key>appearancePrefs</key>
22 <string>id</string>
23 <key>cclPathButton</key>
24 <string>id</string>
25 <key>documentationPrefs</key>
26 <string>id</string>
27 <key>editorTabViewItem</key>
28 <string>id</string>
29 <key>encodingsPrefs</key>
30 <string>id</string>
31 <key>generalPrefs</key>
32 <string>id</string>
33 <key>hyperspecURLButton</key>
34 <string>id</string>
35 <key>listenerFontName</key>
36 <string>id</string>
37 <key>listenerTabViewItem</key>
38 <string>id</string>
39 <key>tabView</key>
40 <string>id</string>
41 <key>window</key>
42 <string>id</string>
43 </dict>
44 </dict>
45 </array>
46 <key>IBVersion</key>
47 <string>1</string>
48</dict>
49</plist>
Note: See TracBrowser for help on using the repository browser.