mailr10679 - /branches/bieri_gui/gui_bieri/relax_gui.py


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

Header


Content

Posted by edward on February 06, 2010 - 01:43:
Author: bugman
Date: Sat Feb  6 01:43:41 2010
New Revision: 10679

URL: http://svn.gna.org/viewcvs/relax?rev=10679&view=rev
Log:
New line improvements for the exit printout.


Modified:
    branches/bieri_gui/gui_bieri/relax_gui.py

Modified: branches/bieri_gui/gui_bieri/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/relax_gui.py?rev=10679&r1=10678&r2=10679&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/relax_gui.py (original)
+++ branches/bieri_gui/gui_bieri/relax_gui.py Sat Feb  6 01:43:41 2010
@@ -864,11 +864,11 @@
 
             # A print out.
             text = "\n\nThank you for citing:\n"
-            text = text + "\nrelaxGUI\n========\n\nBieri et al., in 
progress."
+            text = text + "\n\nrelaxGUI\n========\n\nBieri et al., in 
progress."
             text = text + "\n\n\nrelax\n=====\n\n"
             for line in wrap(info.bib['dAuvergneGooley08a'].cite_short(), 
width):
                 text = text + line + '\n'
-            text = text + '\n\n'
+            text = text + '\n'
             for line in wrap(info.bib['dAuvergneGooley08b'].cite_short(), 
width):
                 text = text + line + '\n'
             text = text + '\n'




Related Messages


Powered by MHonArc, Updated Sat Feb 06 02:20:02 2010