Changeset 075c460 in sasview


Ignore:
Timestamp:
Dec 2, 2016 4:17:05 AM (7 years ago)
Author:
wojciech
Children:
8f02f7f
Parents:
bacc04b
Message:

Switiching to more appropriate HELP button

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/fitting/gpu_options.py

    rbacc04b r075c460  
    5757        accept_btn.SetToolTipString("Accept OpenCL settings") 
    5858 
    59         help_btn = wx.Button(self, wx.ID_HELP, 'Help') 
     59        help_id = wx.NewId() 
     60        help_btn = wx.Button(self, help_id, 'Help') 
    6061        help_btn.SetToolTipString("Help on the GPU options") 
    6162 
Note: See TracChangeset for help on using the changeset viewer.