Changeset 3932

Show
Ignore:
Timestamp:
05/25/07 12:09:58 (6 years ago)
Author:
DrewCormier
Message:

switched from bush to buddha

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • experimental/components/image_display/trunk/image_display/WorkModule.py

    r3925 r3932  
    8787                print "this is where I should be refreshing the image" 
    8888 
    89                 image = wx.Image("/sdr/bush.jpg", wx.BITMAP_TYPE_JPEG)  # load a jpeg from file.  maybe start out with None 
     89                image = wx.Image("/sdr/buddha.jpg", wx.BITMAP_TYPE_JPEG)  # load a jpeg from file.  maybe start out with None 
    9090                self.image_display_ref.app.refresh(image)         #set  
    9191