mailr4145 - /1.3/relax


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

Header


Content

Posted by edward on December 09, 2007 - 15:26:
Author: bugman
Date: Sun Dec  9 15:09:10 2007
New Revision: 4145

URL: http://svn.gna.org/viewcvs/relax?rev=4145&view=rev
Log:
Fixed the program intro catch Windows Vista.


Modified:
    1.3/relax

Modified: 1.3/relax
URL: 
http://svn.gna.org/viewcvs/relax/1.3/relax?rev=4145&r1=4144&r2=4145&view=diff
==============================================================================
--- 1.3/relax (original)
+++ 1.3/relax Sun Dec  9 15:09:10 2007
@@ -371,7 +371,7 @@
         """Create the program introduction."""
 
         # The width of the printout.
-        if self.platform == 'Windows':
+        if self.platform == 'Windows' or self.platform == 'Microsoft':
             width = 80
         else:
             width = 100




Related Messages


Powered by MHonArc, Updated Sun Dec 09 18:00:17 2007