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

« back to all changes in this revision

Viewing changes to macosx/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.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
 
        {CLASS = NSObject; LANGUAGE = ObjC; }, 
5
 
        {
6
 
            ACTIONS = {installUpdate = id; remindMeLater = id; skipThisVersion = id; }; 
7
 
            CLASS = SUUpdateAlert; 
8
 
            LANGUAGE = ObjC; 
9
 
            OUTLETS = {description = NSTextField; releaseNotesView = WebView; }; 
10
 
            SUPERCLASS = NSWindowController; 
11
 
        }, 
12
 
        {
13
 
            ACTIONS = {installUpdate = id; remindMeLater = id; skipThisVersion = id; }; 
14
 
            CLASS = SUUpdateAlertController; 
15
 
            LANGUAGE = ObjC; 
16
 
            OUTLETS = {releaseNotesView = id; }; 
17
 
            SUPERCLASS = NSWindowController; 
18
 
        }
19
 
    ); 
20
 
    IBVersion = 1; 
21
 
}
 
 
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>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>