Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Tweaks for Windows |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
28f472ed1061ea9b5f450a9c6364d02a |
User & Date: | kevin 2017-12-29 01:59:25 |
Context
2017-12-29
| ||
02:04 | Update icon for Windows check-in: cbc6702fe1 user: kevin tags: trunk | |
01:59 | Tweaks for Windows check-in: 28f472ed10 user: kevin tags: trunk | |
2017-12-28
| ||
18:35 | Update Windows scripting check-in: 551c7a95ac user: kevin tags: trunk | |
Changes
Changes to scriptlibs/textsweep/textsweep-main.tcl.
︙ | ︙ | |||
139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 | global searchterm global appname global cachedir global datadir wm title . "TextSweep" wm iconphoto . -default icon-main . configure -height 700 -width 700 set patternvar * | > > > > | 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 | global searchterm global appname global cachedir global datadir wm title . "TextSweep" if {[tk windowingsystem] eq "aqua"} { wm iconphoto . -default icon-main } else { wm iconphoto . -default icon-update } . configure -height 700 -width 700 set patternvar * |
︙ | ︙ |