Ignore:
Timestamp:
Apr 1, 2019 9:35:50 PM (6 years ago)
Author:
GitHub <noreply@…>
Parents:
fa307dd (diff), 0dde203 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Paul Kienzle <pkienzle@…> (04/01/19 21:35:50)
git-committer:
GitHub <noreply@…> (04/01/19 21:35:50)
Message:

Merge 0dde203f515bdd11871b41ee8734237ad1296b87 into fa307ddb8d25a41b44c02bd525f9727d5b4b7e5b

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/corfunc/corfunc_panel.py

    r82d88d5 ra5e1b6ca  
    337337        dlg = wx.FileDialog(self, "Choose a file", 
    338338                            default_save_location, \ 
    339                             self.window_caption, "*.crf", wx.SAVE) 
     339                            self.window_caption, "*.crf", wx.FD_SAVE) 
    340340        if dlg.ShowModal() == wx.ID_OK: 
    341341            path = dlg.GetPath() 
Note: See TracChangeset for help on using the changeset viewer.