Changeset 1215 for trunk/GSASII.py
- Timestamp:
- Feb 8, 2014 8:06:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASII.py
r1210 r1215 1983 1983 dlg = wx.FileDialog( 1984 1984 self, 'Choose image files', '.', '', 1985 'Any image file (*.edf;*.tif;*.tiff;*.mar*;*.avg;*.sum;*.img;*.G2img)|'1986 '*.edf;*.tif;*.tiff;*.mar*;*.avg;*.sum;*.img;*.G2img;*. zip|'1985 'Any supported image file (*.edf;*.tif;*.tiff;*.mar*;*.avg;*.sum;*.img;*.G2img;*.png)|' 1986 '*.edf;*.tif;*.tiff;*.mar*;*.avg;*.sum;*.img;*.G2img;*.png;*.zip|' 1987 1987 'European detector file (*.edf)|*.edf|' 1988 1988 'Any detector tif (*.tif;*.tiff)|*.tif;*.tiff|' … … 1991 1991 'ADSC Image (*.img)|*.img|' 1992 1992 'GSAS-II Image (*.G2img)|*.G2img|' 1993 'Portable Network Graphics image (*.png)|*.png|' 1993 1994 'Zip archive (*.zip)|*.zip|' 1994 1995 'All files (*.*)|*.*',
Note: See TracChangeset
for help on using the changeset viewer.