Ignore:
Timestamp:
Mar 18, 2009, 3:11:32 PM (15 years ago)
Author:
gah
Message:

fixed comment

File:
1 edited

Legend:

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

    r1342 r1343  
    328328        }
    329329        now {
    330             # Get image data (as base64) and decode back to binary.  This is
    331             # better than writing to temporary files.  When we switch the BLT
    332             # picture image it won't be necessary to decode the image data.
     330            # Get the image data (as base64) and decode it back to binary.
     331            # This is better than writing to temporary files.  When we switch
     332            # to the BLT picture image it won't be necessary to decode the
     333            # image data.
    333334            set bytes [$_download data -format "jpeg -quality 100"]
    334335            set bytes [Rappture::encoding::decode -as b64 $bytes]
Note: See TracChangeset for help on using the changeset viewer.