Changeset 754 for trunk


Ignore:
Timestamp:
Dec 4, 2009 5:11:27 PM (13 years ago)
Author:
toby
Message:

# on 2003/11/21 00:45:38, toby did:
fix "replace phase" bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/addcmds.tcl

    • Property rcs:date changed from 2003/11/05 21:06:59 to 2003/11/21 00:45:38
    • Property rcs:lines changed from +3 -1 to +1 -1
    • Property rcs:rev changed from 1.33 to 1.34
    r738 r754  
    19601960                $expgui(importFormatList)]
    19611961        for {set i 0} {$i <= [$menu index end]} {incr i} {
    1962             $menu entryconfig $i -command "ImportPhase \$expgui(importFormat) $np"
     1962            $menu entryconfig $i -command "ImportPhase \$expgui(importFormat) $top"
    19631963        }
    19641964        grid $top.fr.b4 -column 1 -row 0 -sticky w
Note: See TracChangeset for help on using the changeset viewer.