source: trunk/ICeCoffEE/ICeCoffEE/English.lproj/Select services.nib/classes.nib@ 425

Last change on this file since 425 was 425, checked in by Nicholas Riley, 16 years ago

English.lproj/APE Manager plugin.nib: Wording cleanups; the edit
button works now.

English.lproj/APEInfo.rtfd: Updated for 1.5b1.

English.lproj/Select services.nib: Removed reference to
non-highlighting outline view; use source list highlighting on
Leopard.

ICeCoffEE.xcodeproj: More decruftification.

ICeCoffEEInvertingTextFieldCell.[hm]: Non-colored text becomes white
(why doesn't Apple's implementation do this?).

ICeCoffEEServicePrefController.m: Service shown/hidden/mixed
selections slightly more abstracted, and now stored in tags rather
than represented object (which is already in use). Still no
localization support. Fix scroll bar non-appearance.

Installer components/ui/ui.plist: Replaced version info with empty
placeholders since it's now script-populated; require OS X 10.5 until
I've had a chance to test on an earlier version.

VERSION.xcconfig: Updated for 1.5b1.

File size: 1015 bytes
RevLine 
[376]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>cancel</key>
11 <string>NSButton</string>
12 <key>hideAll</key>
13 <string>NSButton</string>
14 <key>saveChanges</key>
15 <string>NSButton</string>
16 <key>showAll</key>
17 <string>NSButton</string>
18 </dict>
19 <key>CLASS</key>
20 <string>ICeCoffEEServicePrefController</string>
21 <key>LANGUAGE</key>
22 <string>ObjC</string>
23 <key>OUTLETS</key>
24 <dict>
25 <key>serviceOutline</key>
26 <string>NSOutlineView</string>
27 </dict>
28 <key>SUPERCLASS</key>
29 <string>NSWindowController</string>
30 </dict>
31 <dict>
32 <key>CLASS</key>
33 <string>FirstResponder</string>
34 <key>LANGUAGE</key>
35 <string>ObjC</string>
36 <key>SUPERCLASS</key>
37 <string>NSObject</string>
38 </dict>
39 </array>
40 <key>IBVersion</key>
41 <string>1</string>
42</dict>
43</plist>
Note: See TracBrowser for help on using the repository browser.