mailr13486 - /branches/gui_testing/prompt/molecule.py


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

Header


Content

Posted by edward on July 07, 2011 - 12:40:
Author: bugman
Date: Thu Jul  7 12:40:57 2011
New Revision: 13486

URL: http://svn.gna.org/viewcvs/relax?rev=13486&view=rev
Log:
Fix for the molecule.create._doc_title_short variable name.


Modified:
    branches/gui_testing/prompt/molecule.py

Modified: branches/gui_testing/prompt/molecule.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/prompt/molecule.py?rev=13486&r1=13485&r2=13486&view=diff
==============================================================================
--- branches/gui_testing/prompt/molecule.py (original)
+++ branches/gui_testing/prompt/molecule.py Thu Jul  7 12:40:57 2011
@@ -96,7 +96,7 @@
 
     # The function doc info.
     create._doc_title = "Create a new molecule."
-    create._doc_title_new = "New molecule."
+    create._doc_title_short = "New molecule."
     create._doc_args = [
         ["mol_name", "The name of the new molecule."],
         ["mol_type", "The type of molecule."]]




Related Messages


Powered by MHonArc, Updated Thu Jul 07 13:00:01 2011