Changeset 1135


Ignore:
Timestamp:
Nov 2, 2013 2:04:14 PM (10 years ago)
Author:
vondreele
Message:

tiny fix - missing '['!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIimgGUI.py

    r1134 r1135  
    211211       
    212212    def OnLoadControls(event):
    213         cntlList = 'wavelength','distance','tilt','invert_x','invert_y',
     213        cntlList = ['wavelength','distance','tilt','invert_x','invert_y',
    214214            'fullIntegrate','outAzimuths','LRazimuth','IOtth','azmthOff']
    215215        dlg = wx.FileDialog(G2frame, 'Choose image controls file', '.', '',
Note: See TracChangeset for help on using the changeset viewer.