Changeset 465
- Timestamp:
- Feb 1, 2012 10:52:00 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASII.py
r464 r465 1152 1152 dlg = wx.FileDialog(self, 'Choose GSAS-II project file name', '.', '', 1153 1153 'GSAS-II project file (*.gpx)|*.gpx',wx.FD_SAVE|wx.FD_OVERWRITE_PROMPT|wx.CHANGE_DIR) 1154 #if self.dirname:1155 #dlg.SetDirectory(self.dirname)1154 if self.dirname: 1155 dlg.SetDirectory(self.dirname) 1156 1156 try: 1157 1157 if dlg.ShowModal() == wx.ID_OK:
Note: See TracChangeset
for help on using the changeset viewer.