Changeset 324
- Timestamp:
- Dec 4, 2009 5:04:09 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsascmds.tcl
- Property rcs:date changed from 2000/10/12 21:36:23 to 2000/10/12 22:12:21
- Property rcs:lines changed from +231 -80 to +3 -3
- Property rcs:rev changed from 1.24 to 1.25
r322 r324 2150 2150 2151 2151 # Substitute the HTML filename into the command for %1 2152 regsub %1 $appCmd $ htmlFileappCmd2152 regsub %1 $appCmd $url appCmd 2153 2153 2154 2154 # Double up the backslashes for eval (below) … … 2177 2177 proc NetHelp {file anchor localloc netloc} { 2178 2178 if {[file exists [file join $localloc $file]]} { 2179 set url " file:[file join $localloc $file]"2179 set url "[file join $localloc $file]" 2180 2180 } else { 2181 2181 set url "http://$netloc/$file"
Note: See TracChangeset
for help on using the changeset viewer.