mailr14475 - /1.3/gui/user_functions/pymol.py


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

Header


Content

Posted by edward on August 26, 2011 - 11:46:
Author: bugman
Date: Fri Aug 26 11:46:58 2011
New Revision: 14475

URL: http://svn.gna.org/viewcvs/relax?rev=14475&view=rev
Log:
The PyMOL macro file extension is now correct in the pymol.write user 
function GUI page.


Modified:
    1.3/gui/user_functions/pymol.py

Modified: 1.3/gui/user_functions/pymol.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/user_functions/pymol.py?rev=14475&r1=14474&r2=14475&view=diff
==============================================================================
--- 1.3/gui/user_functions/pymol.py (original)
+++ 1.3/gui/user_functions/pymol.py Fri Aug 26 11:46:58 2011
@@ -332,7 +332,7 @@
         """
 
         # Add a file selection.
-        self.file = self.file_selection(sizer, "The macro file:", 
message="PyMOL macro file selection", wildcard="PyMOL macro files 
(*.mac)|*.mac;*.MAC", style=wx.FD_SAVE, 
tooltip=self.uf._doc_args_dict['file'])
+        self.file = self.file_selection(sizer, "The macro file:", 
message="PyMOL macro file selection", wildcard="PyMOL macro files 
(*.pml)|*.pml;*.PML", style=wx.FD_SAVE, 
tooltip=self.uf._doc_args_dict['file'])
 
         # The force flag.
         self.force = self.boolean_selector(sizer, "Force flag:", 
tooltip=self.uf._doc_args_dict['force'], default=True)




Related Messages


Powered by MHonArc, Updated Fri Aug 26 12:00:03 2011