Stringscan

Check-in [59f366c7b1]
Login

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

Overview
Comment:Tweaks for Windows
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 59f366c7b11a85e3bd26b98bf3c27d1ea21ccda9847f71522a483cbe5002a1d0
User & Date: kevin 2020-05-13 00:07:08
Context
2020-05-14
13:03
Further refinements check-in: c62a21fa99 user: kevin tags: trunk
2020-05-13
00:07
Tweaks for Windows check-in: 59f366c7b1 user: kevin tags: trunk
2020-05-12
23:58
Add help files check-in: ddab71cadc user: kevin tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to scriptlibs/regproc/regproc.tcl.

121
122
123
124
125
126
127

128
129
130

    }

    namespace export *
}


#map this process to the call for donations

proc tk::mac::Quit {} {
    regproc::makePitch
}








>



>
121
122
123
124
125
126
127
128
129
130
131
132
    }

    namespace export *
}


#map this process to the call for donations
if {[tk windowingsystem] eq "aqua"} {
proc tk::mac::Quit {} {
    regproc::makePitch
}
}