mailr14228 - /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 06, 2011 - 22:29:
Author: bugman
Date: Sat Aug  6 22:29:39 2011
New Revision: 14228

URL: http://svn.gna.org/viewcvs/relax?rev=14228&view=rev
Log:
The about relax and about GUI menus were mixed up too!


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=14228&r1=14227&r2=14228&view=diff
==============================================================================
--- branches/gui_testing/gui/menu.py (original)
+++ branches/gui_testing/gui/menu.py Sat Aug  6 22:29:39 2011
@@ -135,8 +135,8 @@
         self.gui.Bind(wx.EVT_MENU, self.gui.contact_relax, 
id=self.MENU_HELP_MAIL)
         self.gui.Bind(wx.EVT_MENU, self.gui.references, 
id=self.MENU_HELP_REFS)
         self.gui.Bind(wx.EVT_MENU, self.gui.user_functions.gpl.run, 
id=self.MENU_HELP_GPL)
-        self.gui.Bind(wx.EVT_MENU, self.gui.about_relax, 
id=self.MENU_HELP_ABOUT_GUI)
-        self.gui.Bind(wx.EVT_MENU, self.gui.about_gui, 
id=self.MENU_HELP_ABOUT)
+        self.gui.Bind(wx.EVT_MENU, self.gui.about_gui, 
id=self.MENU_HELP_ABOUT_GUI)
+        self.gui.Bind(wx.EVT_MENU, self.gui.about_relax, 
id=self.MENU_HELP_ABOUT)
 
         # Add the menu bar GUI item to the main frame.
         self.gui.SetMenuBar(self.menubar)




Related Messages


Powered by MHonArc, Updated Sat Aug 06 23:00:02 2011