mailr17571 - /trunk/gui/input_elements/spin_id.py


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

Header


Content

Posted by edward on September 27, 2012 - 10:05:
Author: bugman
Date: Thu Sep 27 10:05:14 2012
New Revision: 17571

URL: http://svn.gna.org/viewcvs/relax?rev=17571&view=rev
Log:
Added star versions of the standard spin IDs to the spin ID GUI element (e.g. 
'@N*', '@H*').


Modified:
    trunk/gui/input_elements/spin_id.py

Modified: trunk/gui/input_elements/spin_id.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/input_elements/spin_id.py?rev=17571&r1=17570&r2=17571&view=diff
==============================================================================
--- trunk/gui/input_elements/spin_id.py (original)
+++ trunk/gui/input_elements/spin_id.py Thu Sep 27 10:05:14 2012
@@ -85,7 +85,7 @@
 
         # The combo choices, if not supplied.
         if combo_choices == None or combo_choices == []:
-            combo_choices = ['@N', '@C', '@H', '@O', '@P']
+            combo_choices = ['@N', '@N*', '@C', '@C*', '@H', '@H*', '@O', 
'@O*', '@P', '@P*']
 
         # Init.
         sub_sizer = wx.BoxSizer(wx.HORIZONTAL)




Related Messages


Powered by MHonArc, Updated Thu Sep 27 10:20:02 2012