Changeset 2998 for branches/blt4


Ignore:
Timestamp:
May 2, 2012 12:25:44 PM (12 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/blt4/gui/scripts/drawingentry.tcl

    r2996 r2998  
    326326    }
    327327    set c $itk_component(drawing)
    328     set img [image create picture -file [Rappture::icon question_mark12]]
     328    set img [Rappture::icon question_mark12]
    329329    foreach { x1 y1 } $coords break
    330330    set id [$itk_component(drawing) create image $x1 $y1]
Note: See TracChangeset for help on using the changeset viewer.