Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | More tweaks |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
1e4141fcaa7887a67aba7a334f727a6e |
User & Date: | kevin 2016-08-22 03:07:09 |
Context
2016-09-03
| ||
16:38 | Update for Win check-in: 270509ee70 user: kevin tags: trunk | |
2016-08-22
| ||
03:07 | More tweaks check-in: 1e4141fcaa user: kevin tags: trunk | |
03:00 | Further progress on Windows build of TextSweep check-in: 14eff2ceb8 user: kevin tags: trunk | |
Changes
Changes to scriptlibs/textsweep/textsweep-main.tcl.
︙ | ︙ | |||
225 226 227 228 229 230 231 | } menu .mb.help -tearoff 0 if {[tk windowingsystem] ne "aqua"} { | | | 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 | } menu .mb.help -tearoff 0 if {[tk windowingsystem] ne "aqua"} { .mb.help add command -label "Help" -command machelp::userhelp } .mb.help add command -label "Contact Code by Kevin" -command machelp::usermail .mb.help add command -label "Web Site" -command machelp::appweb if {[tk windowingsystem] ne "aqua"} { .mb.help add command -label "About TextSweep" -command tkAboutDialog .mb.help add command -label "License" -command regproc::getReg |
︙ | ︙ |