~ubuntu-branches/ubuntu/precise/transmission/precise

« back to all changes in this revision

Viewing changes to macosx/Sparkle.framework/Versions/Current/Resources/en.lproj/SUAutomaticUpdateAlert.nib/classes.nib

  • Committer: Bazaar Package Importer
  • Author(s): Leo Costela
  • Date: 2009-05-17 19:39:51 UTC
  • mto: (1.3.4 upstream) (2.2.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 36.
  • Revision ID: james.westby@ubuntu.com-20090517193951-k8x15sqoxzf7cuyx
ImportĀ upstreamĀ versionĀ 1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{
2
 
    IBClasses = (
3
 
        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
4
 
        {
5
 
            ACTIONS = {relaunchLater = id; relaunchNow = id; }; 
6
 
            CLASS = SUAutomaticUpdateAlert; 
7
 
            LANGUAGE = ObjC; 
8
 
            SUPERCLASS = NSWindowController; 
9
 
        }
10
 
    ); 
11
 
    IBVersion = 1; 
12
 
}
 
 
b'\\ No newline at end of file'
 
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>doNotInstall</key>
 
19
                                <string>id</string>
 
20
                                <key>installLater</key>
 
21
                                <string>id</string>
 
22
                                <key>installNow</key>
 
23
                                <string>id</string>
 
24
                        </dict>
 
25
                        <key>CLASS</key>
 
26
                        <string>SUAutomaticUpdateAlert</string>
 
27
                        <key>LANGUAGE</key>
 
28
                        <string>ObjC</string>
 
29
                        <key>SUPERCLASS</key>
 
30
                        <string>SUWindowController</string>
 
31
                </dict>
 
32
                <dict>
 
33
                        <key>CLASS</key>
 
34
                        <string>FirstResponder</string>
 
35
                        <key>LANGUAGE</key>
 
36
                        <string>ObjC</string>
 
37
                        <key>SUPERCLASS</key>
 
38
                        <string>NSObject</string>
 
39
                </dict>
 
40
                <dict>
 
41
                        <key>CLASS</key>
 
42
                        <string>NSObject</string>
 
43
                        <key>LANGUAGE</key>
 
44
                        <string>ObjC</string>
 
45
                </dict>
 
46
        </array>
 
47
        <key>IBVersion</key>
 
48
        <string>1</string>
 
49
</dict>
 
50
</plist>