mailr13391 - /branches/gui_testing/gui/wizard.py


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

Header


Content

Posted by edward on July 01, 2011 - 19:09:
Author: bugman
Date: Fri Jul  1 19:09:56 2011
New Revision: 13391

URL: http://svn.gna.org/viewcvs/relax?rev=13391&view=rev
Log:
Only the description part of id_string_doc and not the title in 
spin_id_element().


Modified:
    branches/gui_testing/gui/wizard.py

Modified: branches/gui_testing/gui/wizard.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/wizard.py?rev=13391&r1=13390&r2=13391&view=diff
==============================================================================
--- branches/gui_testing/gui/wizard.py (original)
+++ branches/gui_testing/gui/wizard.py Fri Jul  1 19:09:56 2011
@@ -725,8 +725,8 @@
             sizer.AddSpacer(spacer)
 
         # Tooltip (the ID string documentation).
-        text.SetToolTipString(id_string_doc)
-        field.SetToolTipString(id_string_doc)
+        text.SetToolTipString(id_string_doc[1])
+        field.SetToolTipString(id_string_doc[1])
 
         # Return the object.
         return field




Related Messages


Powered by MHonArc, Updated Fri Jul 01 19:20:02 2011