Changeset 4270 for trunk/GSASIIplot.py
- Timestamp:
- Jan 31, 2020 4:07:00 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r4268 r4270 5432 5432 elif event.key == 's': 5433 5433 # write the function values (not peaks) onto a file 5434 dlg = wx.FileDialog(G2frame, 'Choose CSV file to write', 5434 dlg = wx.FileDialog(G2frame, 'Choose CSV file to write', G2G.GetExportPath(G2frame), 5435 5435 wildcard='column-separated file (*.csv)|.csv', 5436 5436 style=wx.FD_CHANGE_DIR|wx.FD_SAVE|wx.FD_OVERWRITE_PROMPT) … … 7989 7989 Fname = (os.path.splitext(projFile)[0]+'.'+mode).replace('*','+') 7990 7990 else: 7991 dlg = wx.FileDialog(G2frame, 'Choose graphics save file', 7991 dlg = wx.FileDialog(G2frame, 'Choose graphics save file',G2G.GetExportPath(G2frame), 7992 7992 wildcard='Graphics file (*.'+mode+')|*.'+mode,style=wx.FD_OPEN| wx.FD_CHANGE_DIR) 7993 7993 try:
Note: See TracChangeset
for help on using the changeset viewer.