mailr13988 - /branches/gui_testing/gui/user_functions/structure.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 - 11:13:
Author: bugman
Date: Fri Jul 29 11:13:09 2011
New Revision: 13988

URL: http://svn.gna.org/viewcvs/relax?rev=13988&view=rev
Log:
The PDB file selector of structure.load_pdb now only shows *.pdb files.


Modified:
    branches/gui_testing/gui/user_functions/structure.py

Modified: branches/gui_testing/gui/user_functions/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/user_functions/structure.py?rev=13988&r1=13987&r2=13988&view=diff
==============================================================================
--- branches/gui_testing/gui/user_functions/structure.py (original)
+++ branches/gui_testing/gui/user_functions/structure.py Fri Jul 29 11:13:09 
2011
@@ -177,7 +177,7 @@
         """
 
         # Add a file selection.
-        self.file = self.file_selection(sizer, "The PDB file:", title="PDB 
file selection", tooltip=self.uf._doc_args_dict['file'])
+        self.file = self.file_selection(sizer, "The PDB file:", title="PDB 
file selection", default="PDB files (*.pdb)|*.pdb;*.PDB", 
tooltip=self.uf._doc_args_dict['file'])
 
         # The read_mol arg.
         self.read_mol = self.input_field(sizer, "Read molecule number:", 
tooltip=self.uf._doc_args_dict['read_mol'])




Related Messages


Powered by MHonArc, Updated Fri Jul 29 13:00:02 2011