mailr10475 - /branches/bieri_gui/gui_bieri/relax_control.py


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

Header


Content

Posted by edward on January 28, 2010 - 10:48:
Author: bugman
Date: Thu Jan 28 10:48:33 2010
New Revision: 10475

URL: http://svn.gna.org/viewcvs/relax?rev=10475&view=rev
Log:
Renamed the Log_window class to Controller, as this dialog will be more than 
a log window.


Modified:
    branches/bieri_gui/gui_bieri/relax_control.py

Modified: branches/bieri_gui/gui_bieri/relax_control.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/relax_control.py?rev=10475&r1=10474&r2=10475&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/relax_control.py (original)
+++ branches/bieri_gui/gui_bieri/relax_control.py Thu Jan 28 10:48:33 2010
@@ -98,7 +98,9 @@
 
 
 
-class Log_window(wx.Dialog):
+class Controller(wx.Dialog):
+    """The relax controller window."""
+
     def __init__(self, *args, **kwds):
 
         # Create GUI elements




Related Messages


Powered by MHonArc, Updated Thu Jan 28 11:00:02 2010