mailr14223 - /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:19:
Author: bugman
Date: Sat Aug  6 22:19:34 2011
New Revision: 14223

URL: http://svn.gna.org/viewcvs/relax?rev=14223&view=rev
Log:
Fix for the help menu - the about relax and licence menus were mixed up.


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=14223&r1=14222&r2=14223&view=diff
==============================================================================
--- branches/gui_testing/gui/menu.py (original)
+++ branches/gui_testing/gui/menu.py Sat Aug  6 22:19:34 2011
@@ -134,9 +134,9 @@
         self.gui.Bind(wx.EVT_MENU, self.gui.relax_manual, 
id=self.MENU_HELP_MANUAL)
         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.about_gui, id=self.MENU_HELP_GPL)
+        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.user_functions.gpl.run, 
id=self.MENU_HELP_ABOUT)
+        self.gui.Bind(wx.EVT_MENU, self.gui.about_gui, 
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 22:40:02 2011