~ubuntu-branches/ubuntu/intrepid/miro/intrepid

« back to all changes in this revision

Viewing changes to platform/osx/Resources/Portuguese.lproj/PreferencesWindow.nib/classes.nib

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2008-02-09 13:37:10 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080209133710-9rs90q6gckvp1b6i
Tags: 1.1.2-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
        }, 
21
21
        {
22
22
            ACTIONS = {
 
23
                autoForwardPort = id; 
23
24
                changeMoviesDirectory = id; 
 
25
                ignoreNonEncryptedCnx = id; 
 
26
                limitDownstream = id; 
24
27
                limitUpstream = id; 
25
28
                setBTMaxPort = id; 
26
29
                setBTMinPort = id; 
 
30
                setDownstreamLimit = id; 
27
31
                setMaxDownloads = id; 
28
32
                setUpstreamLimit = id; 
29
33
            }; 
30
34
            CLASS = DownloadsPrefsController; 
31
35
            LANGUAGE = ObjC; 
32
36
            OUTLETS = {
 
37
                autoForwardButton = id; 
33
38
                btMaxPortField = id; 
34
39
                btMinPortField = id; 
 
40
                limitDownstreamCheckBox = id; 
 
41
                limitDownstreamField = id; 
35
42
                limitUpstreamCheckBox = id; 
36
 
                limitValueField = id; 
 
43
                limitUpstreamField = id; 
37
44
                maxDownloadsField = id; 
38
45
                moviesDirectoryField = id; 
 
46
                nonEncryptedCnxButton = id; 
39
47
            }; 
40
48
            SUPERCLASS = NSObject; 
41
49
        },