mailr20753 - /branches/relax_disp/gui/analyses/auto_relax_disp.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on September 02, 2013 - 17:48:
Author: bugman
Date: Mon Sep  2 17:48:50 2013
New Revision: 20753

URL: http://svn.gna.org/viewcvs/relax?rev=20753&view=rev
Log:
Small changes to the tooltips of the R1 and chemical shift buttons.


Modified:
    branches/relax_disp/gui/analyses/auto_relax_disp.py

Modified: branches/relax_disp/gui/analyses/auto_relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/gui/analyses/auto_relax_disp.py?rev=20753&r1=20752&r2=20753&view=diff
==============================================================================
--- branches/relax_disp/gui/analyses/auto_relax_disp.py (original)
+++ branches/relax_disp/gui/analyses/auto_relax_disp.py Mon Sep  2 17:48:50 
2013
@@ -215,7 +215,7 @@
         self.button_r1.SetBitmapLabel(wx.Bitmap(fetch_icon("relax.fid", 
"22x22"), wx.BITMAP_TYPE_ANY))
         self.button_r1.SetFont(font.normal)
         self.button_r1.SetSize((-1, 25))
-        self.button_r1.SetToolTipString(u"Load the R\u2081 relaxation data 
for the off-resonance R\u2081\u1D68-type experiments.  For all other 
experiment types, this is unused.  One R\u2081 data set per magnetic field 
strength must be loaded.")
+        self.button_r1.SetToolTipString(u"Load the R\u2081 relaxation data 
for the off-resonance R\u2081\u1D68-type experiments.  For all other 
experiment types this is unused.  One R\u2081 data set per magnetic field 
strength must be loaded.")
         self.gui.Bind(wx.EVT_BUTTON, self.load_r1_data, self.button_r1)
         sizer.Add(self.button_r1, 1, wx.ALL|wx.EXPAND, 0)
 
@@ -224,7 +224,7 @@
         
self.button_chemical_shift.SetBitmapLabel(wx.Bitmap(fetch_icon("relax.chemical_shift",
 "22x22"), wx.BITMAP_TYPE_ANY))
         self.button_chemical_shift.SetFont(font.normal)
         self.button_chemical_shift.SetSize((-1, 25))
-        self.button_chemical_shift.SetToolTipString(u"Read chemical shifts 
from a peak list for the off-resonance R\u2081\u1D68-type experiments.  For 
all other experiment types, this is unused.")
+        self.button_chemical_shift.SetToolTipString(u"Read chemical shifts 
from a peak list for the off-resonance R\u2081\u1D68-type experiments.  For 
all other experiment types this is unused.")
         self.gui.Bind(wx.EVT_BUTTON, self.load_cs_data, 
self.button_chemical_shift)
         sizer.Add(self.button_chemical_shift, 1, wx.ALL|wx.EXPAND, 0)
 




Related Messages


Powered by MHonArc, Updated Mon Sep 02 18:20:02 2013