Stringscan

Check-in [07c65e8aea]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Tweaks for softwareupdate library
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 07c65e8aea07d29f908fec8a6143ae9b43a169e85fe96cf65693dab7895a03c0
User & Date: kevin 2018-05-22 12:28:30
Context
2018-05-22
12:29
Tweaks for softwareupdate library check-in: 753191e484 user: kevin tags: trunk
12:28
Tweaks for softwareupdate library check-in: 07c65e8aea user: kevin tags: trunk
12:28
Tweaks for softwareupdate library check-in: 32766420e8 user: kevin tags: trunk
Changes
Hide Diffs Side-by-Side Diffs Ignore Whitespace Patch

Changes to stringscan.rb.

18
19
20
21
22
23
24
25

26
27
28
29
30
31
32
18
19
20
21
22
23
24

25
26
27
28
29
30
31
32







-
+







if $platform == 'aqua'
    TkPackage.require('windowlist')
    TkPackage.require('fullscreen')
    require 'tk/tk_mac'
end
TkPackage.require('regproc')
TkPackage.require('machelp')
TkPackage.require('softwareupdate_ruby')
TkPackage.require('softwareupdate')
TkPackage.require('xplat')

if $platform == 'aqua'
    $accelkey = 'Command'
else 
    $accelkey = 'Control'
end