Changeset 4388 for trunk/GSASIIctrlGUI.py
- Timestamp:
- Apr 2, 2020 10:48:25 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrlGUI.py
r4373 r4388 5733 5733 ''' 5734 5734 dlg = wx.DirDialog(self, "Choose a directory for tutorial downloads:", 5735 defaultPath=self.tutorialPath)#,style=wx.DD_DEFAULT_STYLE) 5736 #) 5735 defaultPath=self.tutorialPath)#,style=wx.DD_DEFAULT_STYLE) 5737 5736 try: 5738 5737 if dlg.ShowModal() != wx.ID_OK:
Note: See TracChangeset
for help on using the changeset viewer.