mailr14300 - /branches/gui_testing/gui/menu.py


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

Header


Content

Posted by edward on August 09, 2011 - 16:01:
Author: bugman
Date: Tue Aug  9 16:01:56 2011
New Revision: 14300

URL: http://svn.gna.org/viewcvs/relax?rev=14300&view=rev
Log:
Alphabetical ordering of the structure user function menu entries.


Modified:
    branches/gui_testing/gui/menu.py

Modified: branches/gui_testing/gui/menu.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/menu.py?rev=14300&r1=14299&r2=14300&view=diff
==============================================================================
--- branches/gui_testing/gui/menu.py (original)
+++ branches/gui_testing/gui/menu.py Tue Aug  9 16:01:56 2011
@@ -263,8 +263,8 @@
                 [wx.NewId(), "&get_pos", None, 
self.gui.user_functions.structure.get_pos],
                 [wx.NewId(), "&load_spins", paths.icon_16x16.spin, 
self.gui.user_functions.structure.load_spins],
                 [wx.NewId(), "&read_pdb", paths.icon_16x16.open, 
self.gui.user_functions.structure.read_pdb],
-                [wx.NewId(), "&write_pdb", paths.icon_16x16.save, 
self.gui.user_functions.structure.write_pdb],
-                [wx.NewId(), "&vectors", None, 
self.gui.user_functions.structure.vectors]
+                [wx.NewId(), "&vectors", None, 
self.gui.user_functions.structure.vectors],
+                [wx.NewId(), "&write_pdb", paths.icon_16x16.save, 
self.gui.user_functions.structure.write_pdb]
             ]],
             [wx.NewId(), "&value", paths.icon_16x16.value, None, [
                 [wx.NewId(), "&set",   paths.icon_16x16.add, 
self.gui.user_functions.value.set]




Related Messages


Powered by MHonArc, Updated Tue Aug 09 18:00:01 2011