mailr15736 - /1.3/gui/wizard.py


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

Header


Content

Posted by edward on April 16, 2012 - 18:06:
Author: bugman
Date: Mon Apr 16 18:06:03 2012
New Revision: 15736

URL: http://svn.gna.org/viewcvs/relax?rev=15736&view=rev
Log:
The file selection wizard GUI element now has the preview button turned on by 
default.


Modified:
    1.3/gui/wizard.py

Modified: 1.3/gui/wizard.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/wizard.py?rev=15736&r1=15735&r2=15736&view=diff
==============================================================================
--- 1.3/gui/wizard.py (original)
+++ 1.3/gui/wizard.py Mon Apr 16 18:06:03 2012
@@ -521,7 +521,7 @@
         return combo
 
 
-    def file_selection(self, sizer, desc, message='File selection', 
wildcard=wx.FileSelectorDefaultWildcardStr, style=wx.FD_DEFAULT_STYLE, 
tooltip=None, divider=None, padding=0, spacer=None, preview=False):
+    def file_selection(self, sizer, desc, message='File selection', 
wildcard=wx.FileSelectorDefaultWildcardStr, style=wx.FD_DEFAULT_STYLE, 
tooltip=None, divider=None, padding=0, spacer=None, preview=True):
         """Build the file selection element.
 
         @param sizer:       The sizer to put the input field into.




Related Messages


Powered by MHonArc, Updated Mon Apr 16 18:20:01 2012