Changeset 075c460 in sasview
- Timestamp:
- Dec 2, 2016 6:17:05 AM (8 years ago)
- Children:
- 8f02f7f
- Parents:
- bacc04b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/fitting/gpu_options.py
rbacc04b r075c460 57 57 accept_btn.SetToolTipString("Accept OpenCL settings") 58 58 59 help_btn = wx.Button(self, wx.ID_HELP, 'Help') 59 help_id = wx.NewId() 60 help_btn = wx.Button(self, help_id, 'Help') 60 61 help_btn.SetToolTipString("Help on the GPU options") 61 62
Note: See TracChangeset
for help on using the changeset viewer.