Author: bugman
Date: Tue May  8 16:35:10 2012
New Revision: 16105

URL: http://svn.gna.org/viewcvs/relax?rev=16105&view=rev
Log:
Fixes for some more short titles in the user functions.


Modified:
    branches/uf_redesign/user_functions/angles.py
    branches/uf_redesign/user_functions/bmrb.py

Modified: branches/uf_redesign/user_functions/angles.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/angles.py?rev=16105&r1=16104&r2=16105&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/angles.py (original)
+++ branches/uf_redesign/user_functions/angles.py Tue May  8 16:35:10 2012
@@ -37,7 +37,7 @@
 # The angles.diff_frame user function.
 uf = uf_info.add_uf('angles.diff_frame')
 uf.title = "Calculate the angles defining the XH bond vector within the 
diffusion frame."
-uf.title = "Diffusion frame XH vector angle calculation."
+uf.title_short = "Diffusion frame XH vector angle calculation."
 uf.desc = """
 If the diffusion tensor is isotropic, then nothing will be done.
 

Modified: branches/uf_redesign/user_functions/bmrb.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/bmrb.py?rev=16105&r1=16104&r2=16105&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/bmrb.py (original)
+++ branches/uf_redesign/user_functions/bmrb.py Tue May  8 16:35:10 2012
@@ -562,7 +562,7 @@
 # The bmrb.write user function.
 uf = uf_info.add_uf('bmrb.write')
 uf.title = "Write the results to a BMRB NMR-STAR formatted file."
-uf.title = "BMRB file writing."
+uf.title_short = "BMRB file writing."
 uf.add_keyarg(
     name = "file",
     py_type = "str",


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to