Changeset 2996 for branches/blt4/gui


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

Legend:

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

    r2991 r2996  
    326326    }
    327327    set c $itk_component(drawing)
    328     set img [image create picture -file ~/question_mark12.png]
     328    set img [image create picture -file [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.