Changeset 2603 for trunk


Ignore:
Timestamp:
Oct 6, 2011, 9:36:59 AM (13 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/vtkstreamlinesviewer.tcl

    r2601 r2603  
    10251025    foreach name [array names _vectorFields] {
    10261026        set value $_vectorFields($name)
    1027         $itk_component(field) choices insert end "$name" "$value"
     1027        $itk_component(field) choices insert end "$value" "$name"
    10281028    }
    10291029    foreach name [array names _scalarFields] {
    10301030        set value $_scalarFields($name)
    1031         $itk_component(field) choices insert end "$name" "$value"
     1031        $itk_component(field) choices insert end "$value" "$name"
    10321032    }
    10331033    $itk_component(field) value $_currentField
Note: See TracChangeset for help on using the changeset viewer.