mailr22426 - /trunk/gui/relax_gui.py


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

Header


Content

Posted by edward on March 07, 2014 - 11:19:
Author: bugman
Date: Fri Mar  7 11:19:57 2014
New Revision: 22426

URL: http://svn.gna.org/viewcvs/relax?rev=22426&view=rev
Log:
Preparatory change for the citations in the GUI.


Modified:
    trunk/gui/relax_gui.py

Modified: trunk/gui/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/relax_gui.py?rev=22426&r1=22425&r2=22426&view=diff
==============================================================================
--- trunk/gui/relax_gui.py      (original)
+++ trunk/gui/relax_gui.py      Fri Mar  7 11:19:57 2014
@@ -429,21 +429,6 @@
             else:
                 width = 100
 
-            # A printout.
-            text = "\n\nThank you for citing:\n"
-            text += "\n\n%srelaxGUI%s\n\n" % (ansi.relax_prompt, ansi.end)
-            for line in wrap(info.bib['Bieri11'].cite_short(), width):
-                text += line + '\n'
-            text += "\n\n\n%srelax%s\n\n" % (ansi.relax_prompt, ansi.end)
-            for line in wrap(info.bib['dAuvergneGooley08a'].cite_short(), 
width):
-                text += line + '\n'
-            text += '\n'
-            for line in wrap(info.bib['dAuvergneGooley08b'].cite_short(), 
width):
-                text += line + '\n'
-            text += '\n'
-            text += '\n'
-            sys.stdout.write(text)
-
             # Remove the Mac OS X task bar icon.
             if hasattr(self, 'taskbar_icon'):
                 self.taskbar_icon.Destroy()




Related Messages


Powered by MHonArc, Updated Fri Mar 07 12:00:02 2014