source: trunk/macosx/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib/classes.nib @ 6529

Last change on this file since 6529 was 6529, checked in by livings124, 15 years ago

initial Sparkle 1.5 b5 commit

File size: 1.3 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>CLASS</key>
9                        <string>SUWindowController</string>
10                        <key>LANGUAGE</key>
11                        <string>ObjC</string>
12                        <key>SUPERCLASS</key>
13                        <string>NSWindowController</string>
14                </dict>
15                <dict>
16                        <key>ACTIONS</key>
17                        <dict>
18                                <key>finishPrompt</key>
19                                <string>id</string>
20                                <key>toggleMoreInfo</key>
21                                <string>id</string>
22                        </dict>
23                        <key>CLASS</key>
24                        <string>SUUpdatePermissionPrompt</string>
25                        <key>LANGUAGE</key>
26                        <string>ObjC</string>
27                        <key>OUTLETS</key>
28                        <dict>
29                                <key>delegate</key>
30                                <string>id</string>
31                                <key>descriptionTextField</key>
32                                <string>NSTextField</string>
33                                <key>moreInfoButton</key>
34                                <string>NSButton</string>
35                                <key>moreInfoView</key>
36                                <string>NSView</string>
37                        </dict>
38                        <key>SUPERCLASS</key>
39                        <string>SUWindowController</string>
40                </dict>
41                <dict>
42                        <key>CLASS</key>
43                        <string>FirstResponder</string>
44                        <key>LANGUAGE</key>
45                        <string>ObjC</string>
46                        <key>SUPERCLASS</key>
47                        <string>NSObject</string>
48                </dict>
49                <dict>
50                        <key>CLASS</key>
51                        <string>NSObject</string>
52                        <key>LANGUAGE</key>
53                        <string>ObjC</string>
54                </dict>
55        </array>
56        <key>IBVersion</key>
57        <string>1</string>
58</dict>
59</plist>
Note: See TracBrowser for help on using the repository browser.