Changeset d620d03c in sasview for src/sas/sasgui/perspectives/corfunc
- Timestamp:
- Apr 1, 2019 9:35:50 PM (6 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/corfunc/corfunc_panel.py
r82d88d5 ra5e1b6ca 337 337 dlg = wx.FileDialog(self, "Choose a file", 338 338 default_save_location, \ 339 self.window_caption, "*.crf", wx. SAVE)339 self.window_caption, "*.crf", wx.FD_SAVE) 340 340 if dlg.ShowModal() == wx.ID_OK: 341 341 path = dlg.GetPath()
Note: See TracChangeset
for help on using the changeset viewer.