Changeset 465


Ignore:
Timestamp:
Feb 1, 2012 10:52:00 AM (12 years ago)
Author:
vondreele
Message:

a bit more on directories

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASII.py

    r464 r465  
    11521152        dlg = wx.FileDialog(self, 'Choose GSAS-II project file name', '.', '',
    11531153            '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)
    11561156        try:
    11571157            if dlg.ShowModal() == wx.ID_OK:
Note: See TracChangeset for help on using the changeset viewer.