mailr14015 - /branches/gui_testing/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 July 29, 2011 - 21:26:
Author: bugman
Date: Fri Jul 29 21:26:33 2011
New Revision: 14015

URL: http://svn.gna.org/viewcvs/relax?rev=14015&view=rev
Log:
The save state dialog now only shows bz2 files to save as.


Modified:
    branches/gui_testing/gui/relax_gui.py

Modified: branches/gui_testing/gui/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/relax_gui.py?rev=14015&r1=14014&r2=14015&view=diff
==============================================================================
--- branches/gui_testing/gui/relax_gui.py (original)
+++ branches/gui_testing/gui/relax_gui.py Fri Jul 29 21:26:33 2011
@@ -202,7 +202,7 @@
         """
 
         # The dialog.
-        dialog = RelaxFileDialog(parent=self, message='Select the relax save 
state file', defaultFile='state.bz2', wildcard='relax save files 
(*.bz2;*.gz)|*.bz2;*.gz|All files (*)|*', style=wx.FD_SAVE)
+        dialog = RelaxFileDialog(parent=self, message='Select the relax save 
state file', defaultFile='state.bz2', wildcard='relax save file 
(*.bz2)|*.bz2', style=wx.FD_SAVE)
 
         # Show the dialog and catch if no file has been selected.
         if dialog.ShowModal() != wx.ID_OK:




Related Messages


Powered by MHonArc, Updated Fri Jul 29 22:40:02 2011