source: trunk/macosx/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.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.5 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>CLASS</key>
17                        <string>NSApplication</string>
18                        <key>LANGUAGE</key>
19                        <string>ObjC</string>
20                        <key>SUPERCLASS</key>
21                        <string>NSResponder</string>
22                </dict>
23                <dict>
24                        <key>ACTIONS</key>
25                        <dict>
26                                <key>installUpdate</key>
27                                <string>id</string>
28                                <key>remindMeLater</key>
29                                <string>id</string>
30                                <key>skipThisVersion</key>
31                                <string>id</string>
32                        </dict>
33                        <key>CLASS</key>
34                        <string>SUUpdateAlert</string>
35                        <key>LANGUAGE</key>
36                        <string>ObjC</string>
37                        <key>OUTLETS</key>
38                        <dict>
39                                <key>delegate</key>
40                                <string>id</string>
41                                <key>description</key>
42                                <string>NSTextField</string>
43                                <key>releaseNotesView</key>
44                                <string>WebView</string>
45                        </dict>
46                        <key>SUPERCLASS</key>
47                        <string>SUWindowController</string>
48                </dict>
49                <dict>
50                        <key>CLASS</key>
51                        <string>FirstResponder</string>
52                        <key>LANGUAGE</key>
53                        <string>ObjC</string>
54                        <key>SUPERCLASS</key>
55                        <string>NSObject</string>
56                </dict>
57                <dict>
58                        <key>CLASS</key>
59                        <string>NSObject</string>
60                        <key>LANGUAGE</key>
61                        <string>ObjC</string>
62                </dict>
63        </array>
64        <key>IBVersion</key>
65        <string>1</string>
66</dict>
67</plist>
Note: See TracBrowser for help on using the repository browser.