~ubuntu-branches/ubuntu/quantal/vice/quantal

« back to all changes in this revision

Viewing changes to src/arch/unix/macosx/Resources/English.lproj/KeyboardSettings.nib/classes.nib

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2010-02-11 18:30:16 UTC
  • mfrom: (1.1.8 upstream) (9.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100211183016-f6n8usn3tzp0u6dp
Tags: 2.2.dfsg-1
* New upstream release, C64 DTV is included so update package description
  and add it to the menu.
* Drop patch fixing build failure with gcc-4.4 , applied upstream.
* Fix some lintian problems and clean up debian/rules .

Show diffs side-by-side

added added

removed removed

Lines of Context:
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>ACTIONS</key>
9
 
                        <dict>
10
 
                                <key>changedKeymapFile</key>
11
 
                                <string>id</string>
12
 
                                <key>dumpKeymap</key>
13
 
                                <string>id</string>
14
 
                                <key>pickKeymap</key>
15
 
                                <string>id</string>
16
 
                                <key>selectKeymap</key>
17
 
                                <string>id</string>
18
 
                        </dict>
19
 
                        <key>CLASS</key>
20
 
                        <string>KeyboardSettingsWindowController</string>
21
 
                        <key>LANGUAGE</key>
22
 
                        <string>ObjC</string>
23
 
                        <key>OUTLETS</key>
24
 
                        <dict>
25
 
                                <key>keymapSelector</key>
26
 
                                <string>NSMatrix</string>
27
 
                                <key>posFile</key>
28
 
                                <string>NSTextField</string>
29
 
                                <key>symDEFile</key>
30
 
                                <string>NSTextField</string>
31
 
                                <key>symUSFile</key>
32
 
                                <string>NSTextField</string>
33
 
                        </dict>
34
 
                        <key>SUPERCLASS</key>
35
 
                        <string>VICEResourceWindowController</string>
36
 
                </dict>
37
 
                <dict>
38
 
                        <key>ACTIONS</key>
39
 
                        <dict>
40
 
                                <key>triggerResourceUpdate</key>
41
 
                                <string>id</string>
42
 
                        </dict>
43
 
                        <key>CLASS</key>
44
 
                        <string>VICEResourceWindowController</string>
45
 
                        <key>LANGUAGE</key>
46
 
                        <string>ObjC</string>
47
 
                        <key>SUPERCLASS</key>
48
 
                        <string>NSWindowController</string>
49
 
                </dict>
50
 
        </array>
51
 
        <key>IBVersion</key>
52
 
        <string>1</string>
53
 
</dict>
54
 
</plist>