Changeset 88989768 in sasview


Ignore:
Timestamp:
Jan 23, 2011 11:48:01 AM (13 years ago)
Author:
Jae Cho <jhjcho@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
5dc6d84
Parents:
af91b68
Message:

bug fixed for boxsum and slicerparamsetup

Location:
guiframe/local_perspectives/plotting
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • guiframe/local_perspectives/plotting/SlicerParameters.py

    r55a0dc1 r88989768  
    8181                    ctl = wx.TextCtrl(self, -1, size=(80, 20), 
    8282                                      style=wx.TE_PROCESS_ENTER) 
    83                     hint_msg = "Modify the value of %s to change" 
    84                     hint_msg += " the 2D slicer" % item 
     83                    hint_msg = "Modify the value of %s to change" % item 
     84                    hint_msg += " the 2D slicer" 
    8585                    ctl.SetToolTipString(hint_msg) 
    8686                    ix = 1 
  • guiframe/local_perspectives/plotting/slicerpanel.py

    r55a0dc1 r88989768  
    9191                    ctl = wx.TextCtrl(self, -1, size=(80, 20),  
    9292                                      style=wx.TE_PROCESS_ENTER) 
    93                     hint_msg = "Modify the value of %s to change " 
    94                     hint_msg += "the 2D slicer" % item 
     93                    hint_msg = "Modify the value of %s to change " % item 
     94                    hint_msg += "the 2D slicer" 
    9595                    ctl.SetToolTipString(hint_msg) 
    9696                    ctl.SetValue(str(format_number(params[item]))) 
Note: See TracChangeset for help on using the changeset viewer.