Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | More shakeout of bugs |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
dc487fb9dba17b070598efb7d9934ea7 |
User & Date: | kevin 2017-06-21 11:52:24 |
Context
2017-06-21
| ||
11:58 | More tweaks check-in: 0d45034598 user: kevin tags: trunk | |
11:52 | More shakeout of bugs check-in: dc487fb9db user: kevin tags: trunk | |
04:16 | More shakeout of bugs check-in: 6435540f81 user: kevin tags: trunk | |
Changes
Changes to stringscan.rb.
︙ | ︙ | |||
251 252 253 254 255 256 257 | #about window for app def aboutWindow Tk::messageBox :type => 'ok', :message => 'Stringscan: Text Search Tool', :icon => 'info', :title => 'About Stringscan', | | | 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 | #about window for app def aboutWindow Tk::messageBox :type => 'ok', :message => 'Stringscan: Text Search Tool', :icon => 'info', :title => 'About Stringscan', :detail => "Version 1.0\n(c) 2017 Wordtech Communications LLC", :parent => $root end #check version of installed software def checkUpdate Tk.tk_call('softwareupdate::setIcon', $icon) Tk.tk_call('softwareupdate::checkVersion', $appname, $appversion) |
︙ | ︙ |