Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix corrupted AppleScript dictionary |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0d340e9f73f6f725186ba7263acb78b1 |
User & Date: | kevin 2016-04-09 03:11:55 |
Context
2017-02-09
| ||
13:21 | Update UI check-in: c56cdd5e08 user: kevin tags: trunk | |
2016-04-09
| ||
03:11 | Fix corrupted AppleScript dictionary check-in: 0d340e9f73 user: kevin tags: trunk | |
00:48 | Fix copyright date check-in: 0d0b1e80f2 user: kevin tags: trunk | |
Changes
Changes to QuickWho.sdef.
1 2 3 4 | <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE dictionary SYSTEM "file://localhost/System/Library/DTDs/sdef.dtd"> <dictionary title="QuickWho Terminology"> <suite name="QuickWho Suite" code="????"> | | | 1 2 3 4 5 6 7 8 9 10 | <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE dictionary SYSTEM "file://localhost/System/Library/DTDs/sdef.dtd"> <dictionary title="QuickWho Terminology"> <suite name="QuickWho Suite" code="????"> <command name="get domain" code="CoKvdman" description="Get domain information."> <direct-parameter description="Domain" type="text"/> <result description="Result" type="any"/> </command> </suite> </dictionary> |