Changeset 249 for trunk


Ignore:
Timestamp:
Dec 4, 2009 5:02:53 PM (14 years ago)
Author:
toby
Message:

# on 2000/07/28 20:28:25, toby did:
remove unneeded ref to Win98 for tcl_platform(os) (98 is reported as 95)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsascmds.tcl

    • Property rcs:date changed from 2000/07/20 22:13:40 to 2000/07/28 20:28:25
    • Property rcs:lines changed from +7 -3 to +1 -1
    • Property rcs:rev changed from 1.22 to 1.23
    r239 r249  
    1414    }
    1515
    16     if {$tcl_platform(os) == "Windows 95" || $tcl_platform(os) == "Windows 98" } {
     16    if {$tcl_platform(os) == "Windows 95"} {
    1717        # this creates a DOS box to run a program in
    1818        proc forknewterm {title command "background 0" "scrollbar 1" "wait 1"} {
Note: See TracChangeset for help on using the changeset viewer.